]> git.sur5r.net Git - openldap/commitdiff
Make sure everything is up to date after MDBM changes.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 30 Mar 1999 20:27:03 +0000 (20:27 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 30 Mar 1999 20:27:03 +0000 (20:27 +0000)
configure

index 72574891528d058a9b0052f48b238dbbe238e71f..97ba7a5f4e8d8fad529e5ea3bbdb1ec2af67bdc5 100755 (executable)
--- 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