]> git.sur5r.net Git - openldap/commitdiff
ITS#2422: fix require BDB 4.1 comment
authorKurt Zeilenga <kurt@openldap.org>
Fri, 4 Apr 2003 03:45:49 +0000 (03:45 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 4 Apr 2003 03:45:49 +0000 (03:45 +0000)
build/openldap.m4

index 12b1f62b7be4382edc057ef4b525315245922a72..26b2458e2142d6f8544f732ca0e547c586ae010e 100644 (file)
@@ -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