Don't even spit out NDBM skipped warning

This commit is contained in:
Kurt Zeilenga 2000-01-27 19:30:57 +00:00
parent 45842ab4a1
commit 5ae4ea3593
2 changed files with 191 additions and 195 deletions

382
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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