mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Skip NDBM check when in auto detecting LDBM api.
This commit is contained in:
parent
808c2be41a
commit
1105b1a892
2 changed files with 156 additions and 160 deletions
|
|
@ -855,14 +855,12 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
|
||||||
fi
|
fi
|
||||||
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
|
OL_NDBM
|
||||||
|
|
||||||
if test $ol_cv_ndbm = yes ; then
|
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_link_ldbm=ndbm
|
||||||
ol_with_ldbm_api=ndbm
|
ol_with_ldbm_api=ndbm
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue