From: Kurt Zeilenga Date: Tue, 30 Mar 1999 20:27:03 +0000 (+0000) Subject: Make sure everything is up to date after MDBM changes. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~299 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b51f19e00631a7e30faf909a13beea69cbfa6f4;p=openldap Make sure everything is up to date after MDBM changes. --- diff --git a/configure b/configure index 7257489152..97ba7a5f4e 100755 --- a/configure +++ b/configure @@ -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