mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Don't even spit out NDBM skipped warning
This commit is contained in:
parent
45842ab4a1
commit
5ae4ea3593
2 changed files with 191 additions and 195 deletions
|
|
@ -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 a new issue