mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Don't even spit out NDBM skipped warning
This commit is contained in:
parent
45842ab4a1
commit
5ae4ea3593
@ -1741,9 +1741,7 @@ 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 ; then
|
if test $ol_with_ldbm_api != auto -a $ol_with_ldbm_api = ndbm ; 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
|
||||||
|
Loading…
Reference in New Issue
Block a user