mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Make sure everything is up to date after MDBM changes.
This commit is contained in:
parent
4838a836df
commit
9b51f19e00
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1358,7 +1358,7 @@ if test "${with_ldbm_api+set}" = set; then
|
|||
withval="$with_ldbm_api"
|
||||
|
||||
ol_arg=invalid
|
||||
for ol_val in auto db2 db gdbm ndbm manual ; do
|
||||
for ol_val in auto db2 db mdbm gdbm ndbm manual ; do
|
||||
if test "$withval" = "$ol_val" ; then
|
||||
ol_arg="$ol_val"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue