mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Skip NDBM check when in auto detecting LDBM api.
This commit is contained in:
parent
808c2be41a
commit
1105b1a892
@ -855,14 +855,12 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = ndbm ; then
|
||||
if test $ol_with_ldbm_api = auto ; then
|
||||
AC_MSG_WARN([skipping automatic checking for NDBM, must be manually enabled.])
|
||||
elif test $ol_with_ldbm_api = ndbm ; then
|
||||
OL_NDBM
|
||||
|
||||
if test $ol_cv_ndbm = yes ; then
|
||||
if test $ol_with_ldbm_api = auto ; then
|
||||
AC_MSG_WARN([Attempting to use NDBM. Functionality will be limited.])
|
||||
fi
|
||||
|
||||
ol_link_ldbm=ndbm
|
||||
ol_with_ldbm_api=ndbm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user