From: Howard Chu Date: Wed, 28 Aug 2002 02:58:04 +0000 (+0000) Subject: Delete unused LDBM_LIB macro. (Not to be confused with LDBM_LIBS...) X-Git-Tag: NO_SLAP_OP_BLOCKS~1147 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3346eb0ebadf0e4d5fa4f5555900921abe0b3a00;p=openldap Delete unused LDBM_LIB macro. (Not to be confused with LDBM_LIBS...) --- diff --git a/configure.in b/configure.in index 2bb836f0f7..ce15a164b5 100644 --- a/configure.in +++ b/configure.in @@ -504,7 +504,6 @@ dnl ---------------------------------------------------------------- dnl Initialize vars LDAP_LIBS= LDIF_LIBS= -LDBM_LIB= LDBM_LIBS= LTHREAD_LIBS= LUTIL_LIBS= @@ -2581,7 +2580,6 @@ if test "$ol_link_ldbm" != no -a $ol_enable_ldbm != no; then AC_DEFINE(SLAPD_LDBM,1,[define to support LDBM backend]) BUILD_SLAPD=yes BUILD_LDBM=yes - LDBM_LIB="-lldbm" if test "$ol_with_ldbm_module" != static ; then AC_DEFINE(SLAPD_LDBM_DYNAMIC,1, [define to support dynamic LDBM backend]) @@ -2776,8 +2774,6 @@ AC_SUBST(BUILD_SLAPD) AC_SUBST(BUILD_TCL_DYNAMIC) AC_SUBST(BUILD_SLURPD) -AC_SUBST(LDBM_LIB) - AC_SUBST(LDAP_LIBS) AC_SUBST(LDIF_LIBS) AC_SUBST(SLAPD_LIBS)