]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
change default linkage of bsddb to shared - closes bug #126564
authorSkip Montanaro <skip@pobox.com>
Tue, 2 Jan 2001 17:07:49 +0000 (17:07 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 2 Jan 2001 17:07:49 +0000 (17:07 +0000)
Modules/Setup.config.in

index d5b21906e1796d3f1449005850806a904e18cede..2c012cfd24789edd37726b190fea2d0c0f11a647 100644 (file)
@@ -12,7 +12,7 @@
 # You may want this to be built as a dynamically loaded module; uncomment
 # the following line in that case:
 
-#*shared*
+*shared*
 
 # bsddb module enabled by --with-libdb or presence of db.h
 @USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@