diff options
author | Guido van Rossum <guido@python.org> | 2001-10-18 19:44:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-18 19:44:10 (GMT) |
commit | a6535fd40b7220350d007b1dcab3fbccaa6a3092 (patch) | |
tree | 992e41f061e30f32ff1b3620582e8e172e93582e /configure | |
parent | 91b81c480200761d09a4bb46452959ded8957bd0 (diff) | |
download | cpython-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \ |