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
8ba0c3a3
Commit
8ba0c3a3
authored
Sep 22, 2003
by
Kurt Zeilenga
Browse files
Clean up CYRUS test
parent
32c523af
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/openldap.m4
View file @
8ba0c3a3
...
...
@@ -1207,10 +1207,10 @@ AC_DEFUN([OL_SASL_COMPAT],
/* require 2.1.3 or later */
#if SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1
__sasl_compat "2.2+ or better okay (we guess)";
char *
__sasl_compat
=
"2.2+ or better okay (we guess)";
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR == 1 \
&& SASL_VERSION_STEP >=3
__sasl_compat = "2.1.3+ or better okay";
char *
__sasl_compat = "2.1.3+ or better okay";
#endif
], [ol_cv_sasl_compat=yes], [ol_cv_sasl_compat=no])])
])
...
...
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