Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
fa38b2ed
Commit
fa38b2ed
authored
May 25, 2000
by
Kurt Zeilenga
Browse files
Add basic detection for db3
parent
8411a531
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
build/openldap.m4
View file @
fa38b2ed
...
...
@@ -265,7 +265,9 @@ AC_DEFUN([OL_BERKELEY_DB_TRY],
#define NULL ((void*)0)
#endif
],[
#if DB_VERSION_MAJOR > 1
#if DB_VERSION_MAJOR > 2
db_env_create( NULL, 0 );
#elif DB_VERSION_MAJOR > 1
db_appexit( NULL );
#else
(void) dbopen( NULL, 0, 0, 0, NULL);
...
...
configure
View file @
fa38b2ed
This diff is collapsed.
Click to expand it.
configure.in
View file @
fa38b2ed
...
...
@@ -1723,8 +1723,6 @@ if test $ol_with_ldbm_api = auto \
fi
fi
exit
if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
AC_MSG_WARN(Could not find LDBM with BTREE support)
ol_with_ldbm_api=none
...
...
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