mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Require Cyrus SASL 2.1 or better
This commit is contained in:
parent
99f968b597
commit
1ef3b58d96
1 changed files with 1 additions and 3 deletions
|
|
@ -1206,9 +1206,7 @@ AC_DEFUN([OL_SASL_COMPAT],
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* require 2.1.3 or later */
|
/* require 2.1.3 or later */
|
||||||
#if SASL_VERSION_MAJOR == 1 && SASL_VERSION_MINOR >= 5
|
#if SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1
|
||||||
char *__sasl_compat = "1.5.x okay";
|
|
||||||
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1
|
|
||||||
__sasl_compat "2.2+ or better okay (we guess)";
|
__sasl_compat "2.2+ or better okay (we guess)";
|
||||||
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR == 1 \
|
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR == 1 \
|
||||||
&& SASL_VERSION_STEP >=3
|
&& SASL_VERSION_STEP >=3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue