From de72e9a46cb35f09738f565da6d1718ea1f1eb65 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 10 May 2000 22:48:23 +0000 Subject: [PATCH] Looks like we found the same problem. But I think rev 1.297 is incomplete. ol_link_sasl vs ol_link_spasswd is confusing. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5