X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6bd98f0617dc20c5f5d54c10ed5c4b53b831e0b5..52d7d78865a5478cffdc0e51ff0f1e7a6aee373e:/configure.in diff --git a/configure.in b/configure.in index 147755f1..25bf768c 100644 --- a/configure.in +++ b/configure.in @@ -49,7 +49,7 @@ fi AC_FUNC_MEMCMP AC_FUNC_UTIME_NULL -AC_CHECK_FUNCS(mmap munmap waitpid getcwd strdup strerror chown chmod mknod) +AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod) AC_CHECK_FUNCS(fchmod fstat strchr readlink link utime utimes strftime) AC_CHECK_FUNCS(memmove getopt_long lchown vsnprintf snprintf setsid glob strpbrk) AC_CHECK_FUNCS(strlcat strlcpy)