mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
update SASL compat test to check for 1.5 compatibility
This commit is contained in:
parent
53257cf037
commit
1107e78c5f
2 changed files with 188 additions and 185 deletions
|
|
@ -2180,10 +2180,10 @@ if test $ol_with_cyrus_sasl != no ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
OL_SASL2_COMPAT
|
OL_SASL_COMPAT
|
||||||
if test $ol_cv_sasl2_compat = no ; then
|
if test $ol_cv_sasl_compat = no ; then
|
||||||
ol_link_sasl=no
|
ol_link_sasl=no
|
||||||
AC_MSG_ERROR(SASL: Cyrus SASL2 version obsolete)
|
AC_MSG_ERROR([Cyrus SASL library located but incompatible])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
|
AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue