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
Lukas However
OpenLDAP
Commits
88030475
Commit
88030475
authored
Apr 16, 2004
by
Kurt Zeilenga
Browse files
Remove chain cruft
parent
f4e042e2
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
88030475
OpenLDAP 2.2 Change Log
OpenLDAP 2.2.10 Engineering
Build Environment
Fix configure bug
OpenLDAP 2.2.9 Release
Fixed slapd syncrepl replication bugs (ITS#3055,3056,3069)
Fixed slapd slurpd update bugs
...
...
build/version.var
View file @
88030475
...
...
@@ -15,7 +15,7 @@
ol_package
=
OpenLDAP
ol_major
=
2
ol_minor
=
2
ol_patch
=
9
ol_patch
=
X
ol_api_inc
=
20209
ol_api_current
=
7
ol_api_revision
=
2
...
...
configure
View file @
88030475
This diff is collapsed.
Click to expand it.
configure.in
View file @
88030475
...
...
@@ -382,10 +382,6 @@ else
fi
fi
if test $ol_enable_chain != no -a $ol_enable_ldap = no ; then
AC_MSG_ERROR([--enable-chain requires --enable-ldap])
fi
if test $ol_enable_meta = yes -a $ol_enable_ldap = no ; then
AC_MSG_ERROR([--enable-meta requires --enable-ldap])
fi
...
...
Write
Preview
Supports
Markdown
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