mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-09 07:22:50 -04:00
need strchr check in configure.in
This commit is contained 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"
|
||||
|
||||
Reference in New Issue
Block a user