]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8948 -- Regenerate configure
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 31 Dec 2018 21:36:09 +0000 (21:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 31 Dec 2018 21:36:09 +0000 (21:36 +0000)
configure

index cffbc0e249e8292c8db8ef2048b2e147b009565e..f2cff293b81a7fda552012b1011fab4436c851b0 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Id: 1d890c0e9e803aa5e0cf51a1d63ad69fb1670555 .
+# From configure.in Id: 2bd2a4382b8c88241024e1ececa486f31150bbea .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.65.
 #
@@ -21491,7 +21491,11 @@ $as_echo "#define HAVE_BERKELEY_DB 1" >>confdefs.h
                BDB_LIBS="$BDB_LIBS $ol_cv_lib_db"
        fi
 
-       SLAPD_LIBS="$SLAPD_LIBS \$(BDB_LIBS)"
+                       if test $ol_enable_bdb/$ol_enable_hdb != mod/mod ; then
+               if test $ol_enable_bdb = yes -o $ol_enable_hdb = yes ; then
+                       SLAPD_LIBS="$SLAPD_LIBS \$(BDB_LIBS)"
+               fi
+       fi
 
        ol_link_bdb=yes
 fi