From d8f38d8d1a226628a821e90c1f86e72365795fc3 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 2 Jan 2001 17:07:49 +0000 Subject: [PATCH] change default linkage of bsddb to shared - closes bug #126564 --- Modules/Setup.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ -- 2.47.3