]> git.ipfire.org Git - thirdparty/rsync.git/blobdiff - configure.in
added support for --include, --include-from and the +/- syntax
[thirdparty/rsync.git] / configure.in
index f328b9a49a064161959d2c82d3ddfddd4c2625c8..1aa07875826c3e0ea24675bcd3bfd0f86e85f82b 100644 (file)
@@ -41,7 +41,7 @@ AC_FUNC_MEMCMP
 AC_FUNC_UTIME_NULL
 AC_CHECK_FUNCS(mmap munmap waitpid getcwd strdup strerror chown chmod mknod)
 AC_CHECK_FUNCS(fchmod fstat strchr bcopy bzero readlink link utime utimes)
-AC_CHECK_FUNCS(memmove getopt_long lchown setlinebuf vsnprintf setsid glob)
+AC_CHECK_FUNCS(memmove getopt_long lchown setlinebuf vsnprintf setsid glob strpbrk)
 
 echo $ac_n "checking for working fnmatch... $ac_c"
 AC_TRY_RUN([#include <fnmatch.h>