From: Kurt Zeilenga Date: Fri, 4 Apr 2003 03:42:39 +0000 (+0000) Subject: Fix typo X-Git-Tag: AUTOCONF_2_57~83 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=517900ec9bc4f9cf97d3194d5c613adc07dd6b51;p=openldap Fix typo --- 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