mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +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
|
||||
|
||||
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
|
||||
if test $ol_with_ldbm_api != auto -a $ol_with_ldbm_api = ndbm ; then
|
||||
OL_NDBM
|
||||
|
||||
if test $ol_cv_ndbm = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user