mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo
This commit is contained in:
parent
604ba59196
commit
517900ec9b
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ AC_DEFUN([OL_BDB_COMPAT],
|
||||||
# define DB_VERSION_MINOR 0
|
# define DB_VERSION_MINOR 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* require 4.0 or later */
|
/* require 4.1 or later */
|
||||||
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 1)
|
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 1)
|
||||||
__db_version_compat
|
__db_version_compat
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue