From: Howard Chu Date: Mon, 8 Oct 2007 18:38:57 +0000 (+0000) Subject: Regenerate, with BDB 4.6 excluded X-Git-Tag: OPENLDAP_REL_ENG_2_3_39~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec752e2894edf1b60b9e1011dd955f8821cd982;p=thirdparty%2Fopenldap.git Regenerate, with BDB 4.6 excluded --- diff --git a/configure b/configure index f1e0770e31..81f787c934 100755 --- 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