mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
autodetect presence of libdb - this allows bsddbmodule to be built
automatically if dbopen is found in libc or libdb. This closes patch #101420
This commit is contained in:
parent
6c8affe590
commit
ed33c9af97
3 changed files with 248 additions and 145 deletions
|
@ -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@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue