summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.config.in
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2000-09-08 02:17:15 (GMT)
committerSkip Montanaro <skip@pobox.com>2000-09-08 02:17:15 (GMT)
commited33c9af972feb1feb5a045f2f439145735dcbbe (patch)
tree07ca888dd1768f7c2977b1b5e933623eab2918a1 /Modules/Setup.config.in
parent6c8affe59007f94c899bb3feb8f987f93f5fcf2f (diff)
downloadcpython-ed33c9af972feb1feb5a045f2f439145735dcbbe.zip
cpython-ed33c9af972feb1feb5a045f2f439145735dcbbe.tar.gz
cpython-ed33c9af972feb1feb5a045f2f439145735dcbbe.tar.bz2
autodetect presence of libdb - this allows bsddbmodule to be built
automatically if dbopen is found in libc or libdb. This closes patch #101420
Diffstat (limited to 'Modules/Setup.config.in')
-rw-r--r--Modules/Setup.config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in
index 1f208bd..d5b2190 100644
--- a/Modules/Setup.config.in
+++ b/Modules/Setup.config.in
@@ -15,5 +15,5 @@
#*shared*
# bsddb module enabled by --with-libdb or presence of db.h
-@USE_BSDDB_MODULE@bsddb bsddbmodule.c -ldb
+@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@