mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
update SASL compat test to check for 1.5 compatibility
This commit is contained in:
parent
53257cf037
commit
1107e78c5f
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user