]> git.sur5r.net Git - openldap/commitdiff
Delete unused LDBM_LIB macro. (Not to be confused with LDBM_LIBS...)
authorHoward Chu <hyc@openldap.org>
Wed, 28 Aug 2002 02:58:04 +0000 (02:58 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 28 Aug 2002 02:58:04 +0000 (02:58 +0000)
configure.in

index 2bb836f0f72718780c45527681a21ef3972715e3..ce15a164b50630f2f2d7aaaed660d1325d3215e2 100644 (file)
@@ -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)