mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Import from devel:
Only allow NDBM if manually selected. Provide no hints that one can select NDBM as NDBM is not supported.
This commit is contained in:
parent
dc5440597f
commit
1399c79f7f
2 changed files with 160 additions and 164 deletions
|
|
@ -1160,9 +1160,7 @@ if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = mdbm ; 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 = ndbm ; then
|
||||
OL_NDBM
|
||||
|
||||
if test $ol_cv_ndbm = yes ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue