diff options
author | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-01-07 22:42:49 (GMT) |
commit | fe33b795d5eb45e19e7ef4c99ac7d787967b8d70 (patch) | |
tree | 4ae27201959b09faf5a2d68179e4117a9769f15c /configure.in | |
parent | 051314f924a21783f13ec7d7617ee3df31e3a28d (diff) | |
download | cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.zip cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.gz cpython-fe33b795d5eb45e19e7ef4c99ac7d787967b8d70.tar.bz2 |
Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used
by posixmodule.c.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3532ead..9ec081a 100644 --- a/configure.in +++ b/configure.in @@ -749,7 +749,7 @@ unistd.h utime.h \ sys/audioio.h sys/file.h sys/lock.h sys/mkdev.h sys/modem.h \ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \ sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \ -sys/resource.h netpacket/packet.h) +sys/resource.h netpacket/packet.h sysexits.h) AC_HEADER_DIRENT AC_HEADER_MAJOR |