Skip to content

Commit ed33c9a

Browse files
author
Skip Montanaro
committed
autodetect presence of libdb - this allows bsddbmodule to be built
automatically if dbopen is found in libc or libdb. This closes patch python#101420
1 parent 6c8affe commit ed33c9a

3 files changed

Lines changed: 248 additions & 145 deletions

File tree

Modules/Setup.config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#*shared*
1616

1717
# bsddb module enabled by --with-libdb or presence of db.h
18-
@USE_BSDDB_MODULE@bsddb bsddbmodule.c -ldb
18+
@USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@
1919

0 commit comments

Comments
 (0)