Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
4ec752e2
Commit
4ec752e2
authored
Oct 08, 2007
by
Howard Chu
Browse files
Regenerate, with BDB 4.6 excluded
parent
59fe5917
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
4ec752e2
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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