mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Remove old BUILD_CACHE symbol
This commit is contained in:
parent
5d28da417e
commit
27616a7066
@ -570,7 +570,6 @@ BUILD_LDAP=no
|
|||||||
BUILD_LDBM=no
|
BUILD_LDBM=no
|
||||||
BUILD_META=no
|
BUILD_META=no
|
||||||
BUILD_MONITOR=no
|
BUILD_MONITOR=no
|
||||||
BUILD_CACHE=no
|
|
||||||
BUILD_NULL=no
|
BUILD_NULL=no
|
||||||
BUILD_PASSWD=no
|
BUILD_PASSWD=no
|
||||||
BUILD_PERL=no
|
BUILD_PERL=no
|
||||||
@ -2716,10 +2715,6 @@ if test "$ol_enable_meta" != no ; then
|
|||||||
BUILD_SLAPD=yes
|
BUILD_SLAPD=yes
|
||||||
BUILD_META=yes
|
BUILD_META=yes
|
||||||
BUILD_REWRITE=yes
|
BUILD_REWRITE=yes
|
||||||
if test $ol_enable_ldbm = yes -o \
|
|
||||||
$ol_enable_bdb = yes ; then
|
|
||||||
BUILD_CACHE=yes
|
|
||||||
fi
|
|
||||||
if test "$ol_with_meta_module" != static ; then
|
if test "$ol_with_meta_module" != static ; then
|
||||||
AC_DEFINE(SLAPD_META_DYNAMIC,1,
|
AC_DEFINE(SLAPD_META_DYNAMIC,1,
|
||||||
[define to support dynamic LDAP Metadirectory backend])
|
[define to support dynamic LDAP Metadirectory backend])
|
||||||
@ -2912,7 +2907,6 @@ AC_SUBST(BUILD_SLAPD)
|
|||||||
AC_SUBST(BUILD_LDBM)
|
AC_SUBST(BUILD_LDBM)
|
||||||
AC_SUBST(BUILD_META)
|
AC_SUBST(BUILD_META)
|
||||||
AC_SUBST(BUILD_MONITOR)
|
AC_SUBST(BUILD_MONITOR)
|
||||||
AC_SUBST(BUILD_CACHE)
|
|
||||||
AC_SUBST(BUILD_NULL)
|
AC_SUBST(BUILD_NULL)
|
||||||
AC_SUBST(BUILD_PASSWD)
|
AC_SUBST(BUILD_PASSWD)
|
||||||
AC_SUBST(BUILD_PERL)
|
AC_SUBST(BUILD_PERL)
|
||||||
|
Loading…
Reference in New Issue
Block a user