Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803d6e5 commit 966e8e3Copy full SHA for 966e8e3
1 file changed
configure.in
@@ -1014,12 +1014,6 @@ AC_SUBST(HAVE_GETHOSTBYNAME)
1014
# checks for system services
1015
# (none yet)
1016
1017
-# Cope with the DB mess. If we detect libdba, assume it's a version 2
1018
-# or later DB and should be linked first (before the DB 1.xx stuff in glibc).
1019
-# Also define an appropriate symbol so we can conditionalize code in the
1020
-# dbmmodule; the API has changed since 1.xx.
1021
-AC_CHECK_LIB(dba, __db_mutex_lock)
1022
-
1023
# Linux requires this for correct f.p. operations
1024
AC_CHECK_FUNC(__fpu_control,
1025
[],
0 commit comments