[Python-checkins] CVS: python/dist/src/Modules Setup.config.in,1.4,1.4.2.1

Skip Montanaro python-dev@python.org
Tue, 02 Jan 2001 09:07:51 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory usw-pr-cvs1:/tmp/cvs-serv21599

Modified Files:
      Tag: release20-maint
	Setup.config.in 
Log Message:
change default linkage of bsddb to shared - closes bug #126564


Index: Setup.config.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.config.in,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** Setup.config.in	2000/09/08 02:17:15	1.4
--- Setup.config.in	2001/01/02 17:07:49	1.4.2.1
***************
*** 13,17 ****
  # the following line in that case:
  
! #*shared*
  
  # bsddb module enabled by --with-libdb or presence of db.h
--- 13,17 ----
  # the following line in that case:
  
! *shared*
  
  # bsddb module enabled by --with-libdb or presence of db.h