diff options
author | Skip Montanaro <skip@pobox.com> | 2000-09-08 02:17:15 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2000-09-08 02:17:15 (GMT) |
commit | ed33c9af972feb1feb5a045f2f439145735dcbbe (patch) | |
tree | 07ca888dd1768f7c2977b1b5e933623eab2918a1 /Modules | |
parent | 6c8affe59007f94c899bb3feb8f987f93f5fcf2f (diff) | |
download | cpython-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')
-rw-r--r-- | Modules/Setup.config.in | 2 |
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@ |