update SASL compat test to check for 1.5 compatibility

This commit is contained in:
Kurt Zeilenga 2002-05-13 20:16:44 +00:00
parent 53257cf037
commit 1107e78c5f
2 changed files with 188 additions and 185 deletions

367
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2180,10 +2180,10 @@ if test $ol_with_cyrus_sasl != no ; then
fi
fi
else
OL_SASL2_COMPAT
if test $ol_cv_sasl2_compat = no ; then
OL_SASL_COMPAT
if test $ol_cv_sasl_compat = no ; then
ol_link_sasl=no
AC_MSG_ERROR(SASL: Cyrus SASL2 version obsolete)
AC_MSG_ERROR([Cyrus SASL library located but incompatible])
fi
AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])