From: Kurt Zeilenga Date: Fri, 4 Apr 2003 03:45:49 +0000 (+0000) Subject: ITS#2422: fix require BDB 4.1 comment X-Git-Tag: OPENLDAP_REL_ENG_2_1_17~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15486b50b55d4b4c2416cc0f9108903b7beaa395;p=thirdparty%2Fopenldap.git ITS#2422: fix require BDB 4.1 comment --- diff --git a/build/openldap.m4 b/build/openldap.m4 index 12b1f62b7b..26b2458e21 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -442,7 +442,7 @@ AC_DEFUN([OL_BDB_COMPAT], # define DB_VERSION_MINOR 0 #endif -/* require 4.0 or later */ +/* require 4.1 or later */ #if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 1) __db_version_compat #endif