summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8be4710..a276ab1 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ dnl they are there to delimit sections in the output configure script.
AC_INIT(src/mkid.c)
AM_CONFIG_HEADER(config.h)
-AC_PREREQ(2.13)
+AC_PREREQ(2.14a)
AM_INIT_AUTOMAKE([id-utils], [3.2e])
GNU_PACKAGE="GNU $PACKAGE"
@@ -83,6 +83,8 @@ AC_TYPE_OFF_T
AC_TYPE_SIZE_T
AM_TYPE_PTRDIFF_T
+AC_CHECK_DECLS([strsep])
+
##############################################################################
################ Set default compilation flags ###############################
##############################################################################