From: Skip Montanaro Date: Tue, 2 Jan 2001 17:07:49 +0000 (+0000) Subject: change default linkage of bsddb to shared - closes bug #126564 X-Git-Tag: v2.0.1c1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8f38d8d1a226628a821e90c1f86e72365795fc3;p=thirdparty%2FPython%2Fcpython.git change default linkage of bsddb to shared - closes bug #126564 --- diff --git a/Modules/Setup.config.in b/Modules/Setup.config.in index d5b21906e179..2c012cfd2478 100644 --- a/Modules/Setup.config.in +++ b/Modules/Setup.config.in @@ -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@