From 517900ec9bc4f9cf97d3194d5c613adc07dd6b51 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 4 Apr 2003 03:42:39 +0000 Subject: [PATCH] Fix typo --- 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