From: Andrew Tridgell Date: Fri, 27 Mar 1998 03:38:06 +0000 (+0000) Subject: don't need to test for SETPGRP any more as it is no longer used X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fc4e8d51ff374d442de010c2a7d3b55b57248d86 don't need to test for SETPGRP any more as it is no longer used --- diff --git a/configure.in b/configure.in index 2d48d001..590bdec1 100644 --- a/configure.in +++ b/configure.in @@ -40,8 +40,6 @@ echo no) AC_FUNC_MEMCMP AC_FUNC_MMAP AC_FUNC_UTIME_NULL -AC_FUNC_SETPGRP -AC_FUNC_GETPGRP AC_CHECK_FUNCS(waitpid strtok pipe getcwd mkdir 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)