[Python-checkins] CVS: python/dist/src configure.in,1.141,1.142

Eric S. Raymond python-dev@python.org
Wed, 9 Aug 2000 14:11:10 -0700


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

Modified Files:
	configure.in 
Log Message:
Tweak curses.wrapper so it initializes colors if they are available.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -r1.141 -r1.142
*** configure.in	2000/08/05 23:28:51	1.141
--- configure.in	2000/08/09 21:11:06	1.142
***************
*** 1015,1018 ****
--- 1015,1024 ----
  # (none yet)
  
+ # Cope with the DB mess.  If we detect libdba, assume it's a version 2
+ # or later DB and should be linked first (before the DB 1.xx stuff in glibc).
+ # Also define an appropriate symbol so we can conditionalize code in the
+ # dbmmodule; the API has changed since 1.xx.
+ AC_CHECK_LIB(dba, __db_mutex_lock)
+ 
  # Linux requires this for correct f.p. operations
  AC_CHECK_FUNC(__fpu_control,