From 15486b50b55d4b4c2416cc0f9108903b7beaa395 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 4 Apr 2003 03:45:49 +0000 Subject: [PATCH] ITS#2422: fix require BDB 4.1 comment --- build/openldap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5