summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-27 03:38:06 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-27 03:38:06 +0000
commitfc4e8d51ff374d442de010c2a7d3b55b57248d86 (patch)
treea7536a15f5b4ce6d7dd78a5badc43ff71316bf81
parent98ae8c3e383d4939e1293d3da7ad8298a80502eb (diff)
downloadrsync-fc4e8d51ff374d442de010c2a7d3b55b57248d86.tar.gz
rsync-fc4e8d51ff374d442de010c2a7d3b55b57248d86.tar.bz2
rsync-fc4e8d51ff374d442de010c2a7d3b55b57248d86.zip
don't need to test for SETPGRP any more as it is no longer used
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
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)