Commit 8a5b8b26 authored by Andrew Tridgell's avatar Andrew Tridgell

need strchr check in configure.in

parent d47a7fcf
......@@ -40,7 +40,7 @@ echo no)
AC_FUNC_MEMCMP
AC_FUNC_UTIME_NULL
AC_CHECK_FUNCS(mmap waitpid getcwd strdup strerror chown chmod mknod)
AC_CHECK_FUNCS(fchmod fstat bcopy bzero readlink link utime utimes)
AC_CHECK_FUNCS(fchmod fstat strchr bcopy bzero readlink link utime utimes)
AC_CHECK_FUNCS(memmove getopt_long lchown setlinebuf vsnprintf setsid glob)
echo $ac_n "checking for working fnmatch... $ac_c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment