From: Andrew Tridgell Date: Fri, 22 May 1998 14:22:41 +0000 (+0000) Subject: need strchr check in configure.in X-Git-Tag: v2.0.12~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a5b8b263bd3687b96c660cc923e80d3035fbea4;p=thirdparty%2Frsync.git need strchr check in configure.in --- diff --git a/configure.in b/configure.in index 42d8f6cd..ab4c097c 100644 --- a/configure.in +++ b/configure.in @@ -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"