mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
Looks like we found the same problem. But I think rev 1.297 is incomplete.
ol_link_sasl vs ol_link_spasswd is confusing.
This commit is contained in:
parent
18f31148be
commit
de72e9a46c
1 changed files with 1 additions and 1 deletions
|
|
@ -417,7 +417,7 @@ if test $ol_enable_spasswd = yes ; then
|
||||||
if test $ol_with_cyrus_sasl = no ; then
|
if test $ol_with_cyrus_sasl = no ; then
|
||||||
AC_MSG_ERROR([options require --with-cyrus-sasl])
|
AC_MSG_ERROR([options require --with-cyrus-sasl])
|
||||||
fi
|
fi
|
||||||
ol_with_cyrus_sasl=yes
|
ol_link_spasswd=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_RESULT(done)
|
AC_MSG_RESULT(done)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue