summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-18 19:44:10 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-18 19:44:10 (GMT)
commita6535fd40b7220350d007b1dcab3fbccaa6a3092 (patch)
tree992e41f061e30f32ff1b3620582e8e172e93582e /configure
parent91b81c480200761d09a4bb46452959ded8957bd0 (diff)
downloadcpython-a6535fd40b7220350d007b1dcab3fbccaa6a3092.zip
cpython-a6535fd40b7220350d007b1dcab3fbccaa6a3092.tar.gz
cpython-a6535fd40b7220350d007b1dcab3fbccaa6a3092.tar.bz2
Shut up warnings for setgroups() on Linux -- you have to #include
<grp.h> it seems. This requires yet another configure test.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3fabc13..3ad3727 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.270
+# From configure.in Revision: 1.272
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1968,7 +1968,7 @@ EOF
fi
-for ac_hdr in dlfcn.h fcntl.h limits.h langinfo.h locale.h \
+for ac_hdr in dlfcn.h fcntl.h grp.h limits.h langinfo.h locale.h \
ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \