diff options
author | Skip Montanaro <skip@pobox.com> | 2002-06-25 05:53:48 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-06-25 05:53:48 (GMT) |
commit | 8345f719c859bac6c31146f402e5bca9c0ac0631 (patch) | |
tree | b810a7b50928d5c3bf2d829d38a97ded4a028193 /configure.in | |
parent | 5ed3fa65787dba271f5fb48945926cbfdcf1097d (diff) | |
download | cpython-8345f719c859bac6c31146f402e5bca9c0ac0631.zip cpython-8345f719c859bac6c31146f402e5bca9c0ac0631.tar.gz cpython-8345f719c859bac6c31146f402e5bca9c0ac0631.tar.bz2 |
Not sure how I forgot to check these in - thought I did all the files in one
fell swoop. Anyway, this just deletes a couple checks for dbm-type header
files that are now performed in setup.py. See patch 553108 for details.
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 eeab200..edf7d3a 100644 --- a/configure.in +++ b/configure.in @@ -599,7 +599,7 @@ 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/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 \ -ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h) +sys/resource.h netpacket/packet.h) AC_HEADER_DIRENT # checks for typedefs |