From: Kurt Zeilenga Date: Mon, 22 Sep 2003 06:07:52 +0000 (+0000) Subject: Clean up CYRUS test X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~682 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ba0c3a3aabcf769ee6c2e515292ed81797aee60;p=openldap Clean up CYRUS test --- diff --git a/build/openldap.m4 b/build/openldap.m4 index 7b919f535b..acb9f142e5 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -1207,10 +1207,10 @@ AC_DEFUN([OL_SASL_COMPAT], /* require 2.1.3 or later */ #if SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR > 1 - __sasl_compat "2.2+ or better okay (we guess)"; + char *__sasl_compat = "2.2+ or better okay (we guess)"; #elif SASL_VERSION_MAJOR == 2 && SASL_VERSION_MINOR == 1 \ && SASL_VERSION_STEP >=3 - __sasl_compat = "2.1.3+ or better okay"; + char *__sasl_compat = "2.1.3+ or better okay"; #endif ], [ol_cv_sasl_compat=yes], [ol_cv_sasl_compat=no])]) ])