mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#8303 fix prev commit
This commit is contained in:
parent
6cafdfa8d8
commit
8470f6e32f
1 changed files with 3 additions and 1 deletions
|
|
@ -288,6 +288,7 @@ Backends="bdb \
|
|||
ldap \
|
||||
mdb \
|
||||
meta \
|
||||
asyncmeta \
|
||||
monitor \
|
||||
ndb \
|
||||
null \
|
||||
|
|
@ -482,6 +483,7 @@ elif test $ol_enable_modules != yes &&
|
|||
test $ol_enable_ldap = no &&
|
||||
test $ol_enable_mdb = no &&
|
||||
test $ol_enable_meta = no &&
|
||||
test $ol_enable_asyncmeta = no &&
|
||||
test $ol_enable_monitor = no &&
|
||||
test $ol_enable_ndb = no &&
|
||||
test $ol_enable_null = no &&
|
||||
|
|
@ -506,7 +508,7 @@ if test $ol_enable_meta/$ol_enable_ldap = yes/no ; then
|
|||
AC_MSG_ERROR([--enable-meta requires --enable-ldap])
|
||||
fi
|
||||
|
||||
if test $ol_enable_meta_async/$ol_enable_ldap = yes/no ; then
|
||||
if test $ol_enable_asyncmeta/$ol_enable_ldap = yes/no ; then
|
||||
AC_MSG_ERROR([--enable-asyncmeta requires --enable-ldap])
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue