summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c4709e2..8be4710 100644
--- a/configure.in
+++ b/configure.in
@@ -100,9 +100,11 @@ AC_FUNC_ALLOCA
AC_FUNC_VPRINTF
AM_FUNC_OBSTACK
AC_CHECK_FUNCS(getwd getcwd link strerror isascii bcopy bzero memcpy)
-AC_REPLACE_FUNCS(strdup strndup strspn strcspn strpbrk strstr strtok)
+AC_REPLACE_FUNCS(strdup strndup strspn strcspn strpbrk strstr strsep)
AC_REPLACE_FUNCS(basename dirname fnmatch error memcpy memset)
AC_CHECK_FUNC(regcomp, , [LIBOBJS="$LIBOBJS regex.o"])
+jm_FUNC_MALLOC
+jm_FUNC_REALLOC
##############################################################################
################ Internationalization ########################################