From: Howard Chu Date: Wed, 10 May 2000 22:48:23 +0000 (+0000) Subject: Looks like we found the same problem. But I think rev 1.297 is incomplete. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3025 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de72e9a46cb35f09738f565da6d1718ea1f1eb65;p=openldap Looks like we found the same problem. But I think rev 1.297 is incomplete. ol_link_sasl vs ol_link_spasswd is confusing. --- diff --git a/configure.in b/configure.in index 2bfec8feed..259e612c93 100644 --- a/configure.in +++ b/configure.in @@ -417,7 +417,7 @@ if test $ol_enable_spasswd = yes ; then if test $ol_with_cyrus_sasl = no ; then AC_MSG_ERROR([options require --with-cyrus-sasl]) fi - ol_with_cyrus_sasl=yes + ol_link_spasswd=yes fi AC_MSG_RESULT(done)