mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Require Cyrus SASL 2.1 or better
This commit is contained in:
parent
99f968b597
commit
1ef3b58d96
@ -1206,9 +1206,7 @@ AC_DEFUN([OL_SASL_COMPAT],
|
||||
#endif
|
||||
|
||||
/* require 2.1.3 or later */
|
||||
#if SASL_VERSION_MAJOR == 1 && SASL_VERSION_MINOR >= 5
|
||||
char *__sasl_compat = "1.5.x okay";
|
||||
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1
|
||||
#if SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1
|
||||
__sasl_compat "2.2+ or better okay (we guess)";
|
||||
#elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR == 1 \
|
||||
&& SASL_VERSION_STEP >=3
|
||||
|
Loading…
Reference in New Issue
Block a user