From: Quanah Gibson-Mount Date: Mon, 31 Dec 2018 21:36:09 +0000 (+0000) Subject: ITS#8948 -- Regenerate configure X-Git-Tag: OPENLDAP_REL_ENG_2_4_48~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe4fa6768a57c33c5ad8ec954024b789ae33cd3;p=thirdparty%2Fopenldap.git ITS#8948 -- Regenerate configure --- diff --git a/configure b/configure index cffbc0e249..f2cff293b8 100755 --- 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