]> git.sur5r.net Git - openldap/commitdiff
Looks like we found the same problem. But I think rev 1.297 is incomplete.
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 22:48:23 +0000 (22:48 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 22:48:23 +0000 (22:48 +0000)
ol_link_sasl vs ol_link_spasswd is confusing.

configure.in

index 2bfec8feed613ba65bc055aeeadf71df02842447..259e612c9368dd23c823141019894663aefc6697 100644 (file)
@@ -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)