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

Skip Montanaro python-dev@python.org
Thu, 7 Sep 2000 19:17:18 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26236/Modules

Modified Files:
	Setup.config.in 
Log Message:
autodetect presence of libdb - this allows bsddbmodule to be built
automatically if dbopen is found in libc or libdb.  This closes patch
#101420


Index: Setup.config.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.config.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Setup.config.in	2000/08/31 16:11:07	1.3
--- Setup.config.in	2000/09/08 02:17:15	1.4
***************
*** 16,19 ****
  
  # bsddb module enabled by --with-libdb or presence of db.h
! @USE_BSDDB_MODULE@bsddb bsddbmodule.c -ldb
  
--- 16,19 ----
  
  # bsddb module enabled by --with-libdb or presence of db.h
! @USE_BSDDB_MODULE@bsddb bsddbmodule.c @HAVE_LIBDB@