]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Back out ESR's erroneous commit of a DB-related change
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 12 Aug 2000 18:43:02 +0000 (18:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 12 Aug 2000 18:43:02 +0000 (18:43 +0000)
configure.in

index 56e58ed57640b2efd730f90621c454cc5b117854..b05ce4b550f10cd3a8ef856f30428be4aa1f6d54 100644 (file)
@@ -1014,12 +1014,6 @@ AC_SUBST(HAVE_GETHOSTBYNAME)
 # checks for system services
 # (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,
   [],