summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2002-06-14 20:30:31 +0000
committerSkip Montanaro <skip@pobox.com>2002-06-14 20:30:31 +0000
commit57454e57f83b407dd2653cbfcead7c9801beeff0 (patch)
tree9912260067e5a620752d6a218637578d58cd70da /configure
parenta0c5e9fb745ce0491b56c537c78ccfa598c879a5 (diff)
downloadcpython-git-57454e57f83b407dd2653cbfcead7c9801beeff0.tar.gz
This introduces stricter library/header file checking for the Berkeley DB
library. Since multiple versions can be installed simultaneously, it's crucial that you only select libraries and header files which are compatible with each other. Version checking is done from highest version to lowest. Building using version 1 of Berkeley DB is disabled by default because of the hash file bugs people keep rediscovering. It can be enabled by uncommenting a few lines in setup.py. Closes patch 553108.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 3 insertions, 6 deletions
diff --git a/configure b/configure
index d35b169a69..4c7a436660 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.322 .
+# From configure.in Revision: 1.323 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
@@ -3865,16 +3865,13 @@ fi
-
-
-
for ac_header in dlfcn.h fcntl.h grp.h limits.h langinfo.h \
libintl.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/mkdev.h sys/modem.h db_185.h db.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 db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
+ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then