diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-08-12 18:43:02 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-08-12 18:43:02 (GMT) |
commit | 966e8e3203f9ab73893406efd12ce0c549a7e4b8 (patch) | |
tree | d1bf6c7147300825f03c9eef9233590ad674df15 /configure.in | |
parent | 803d6e5451cbf0416bfb252eedba36ff2e354fac (diff) | |
download | cpython-966e8e3203f9ab73893406efd12ce0c549a7e4b8.zip cpython-966e8e3203f9ab73893406efd12ce0c549a7e4b8.tar.gz cpython-966e8e3203f9ab73893406efd12ce0c549a7e4b8.tar.bz2 |
Back out ESR's erroneous commit of a DB-related change
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 56e58ed..b05ce4b 100644 --- a/configure.in +++ b/configure.in @@ -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, [], |