]> git.sur5r.net Git - openldap/commitdiff
Require Cyrus SASL 2.1 or better
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 Sep 2003 20:17:07 +0000 (20:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 Sep 2003 20:17:07 +0000 (20:17 +0000)
build/openldap.m4

index 26b2458e2142d6f8544f732ca0e547c586ae010e..7b919f535bbaaa59903ca1cf2f06ebd0099ae0a1 100644 (file)
@@ -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