From: Kurt Zeilenga Date: Tue, 16 Sep 2003 20:17:07 +0000 (+0000) Subject: Require Cyrus SASL 2.1 or better X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~716 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ef3b58d96e847f25a33d14328d1a819467b799d;p=openldap Require Cyrus SASL 2.1 or better --- diff --git a/build/openldap.m4 b/build/openldap.m4 index 26b2458e21..7b919f535b 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -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