Skip to content
Snippets Groups Projects
Commit 3346eb0e authored by Howard Chu's avatar Howard Chu
Browse files

Delete unused LDBM_LIB macro. (Not to be confused with LDBM_LIBS...)

parent 1602bc3a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment