diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94a9a79..c67c0ac 100644 --- a/configure.ac +++ b/configure.ac @@ -59,7 +59,7 @@ case "$host_os" in ;; esac -AC_CHECK_FUNCS([strsep strcspn]) +AC_CHECK_FUNCS([strsep strcspn mkstemp]) if test x$ac_cv_func_strsep != xyes; then if test x$ac_cv_func_strcspn != xyes; then AC_MSG_ERROR([You need either strsep or strcspn to build $PACKAGE]) |