mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Regenerate, with BDB 4.6 excluded
This commit is contained in:
parent
59fe5917c5
commit
4ec752e289
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -35855,8 +35855,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
# define DB_VERSION_MINOR 0
|
||||
#endif
|
||||
|
||||
/* require 4.2 or later */
|
||||
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2)
|
||||
/* require 4.2-4.5 */
|
||||
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2) && (DB_VERSION_MINOR < 6)
|
||||
__db_version_compat
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue