From 9b51f19e00631a7e30faf909a13beea69cbfa6f4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 30 Mar 1999 20:27:03 +0000 Subject: [PATCH] Make sure everything is up to date after MDBM changes. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5