Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
7c62dc8f
Commit
7c62dc8f
authored
Oct 05, 2007
by
Howard Chu
Browse files
Reject BDB 4.6 or newer
parent
e7d72795
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/openldap.m4
View file @
7c62dc8f
...
@@ -696,8 +696,8 @@ AC_DEFUN([OL_BDB_COMPAT],
...
@@ -696,8 +696,8 @@ AC_DEFUN([OL_BDB_COMPAT],
# define DB_VERSION_MINOR 0
# define DB_VERSION_MINOR 0
#endif
#endif
/* require 4.2
or later
*/
/* require 4.2
-4.5
*/
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2)
#if (DB_VERSION_MAJOR >= 4) && (DB_VERSION_MINOR >= 2)
&& (DB_VERSION_MINOR < 6)
__db_version_compat
__db_version_compat
#endif
#endif
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
], [ol_cv_bdb_compat=yes], [ol_cv_bdb_compat=no])])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment