]> git.sur5r.net Git - openldap/commitdiff
Regenerate, with BDB 4.6 excluded
authorHoward Chu <hyc@openldap.org>
Mon, 8 Oct 2007 18:38:57 +0000 (18:38 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 8 Oct 2007 18:38:57 +0000 (18:38 +0000)
configure

index f1e0770e313f8be4b48f3a3387772c1ffc8a96d6..81f787c934f8f657d75b356dc518fe337e10b7a6 100755 (executable)
--- a/configure
+++ b/configure
@@ -35855,8 +35855,8 @@ cat >>conftest.$ac_ext <<_ACEOF
 #      define DB_VERSION_MINOR 0
 #endif
 
-/* require 4.2 or later */
-#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2)
+/* require 4.2-4.5 */
+#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2) && (DB_VERSION_MINOR < 6)
        __db_version_compat
 #endif