mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
Delete unused LDBM_LIB macro. (Not to be confused with LDBM_LIBS...)
This commit is contained in:
parent
1602bc3aa1
commit
3346eb0eba
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue