From 1ef3b58d96e847f25a33d14328d1a819467b799d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 16 Sep 2003 20:17:07 +0000 Subject: [PATCH] Require Cyrus SASL 2.1 or better --- build/openldap.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5