You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if test "x$with_sasl" = xcheck && test -z "$SASL2_LIBS"; then
|
|
echo ""
|
|
echo "cyrus-sasl 2 library is missing. The sieve ioslave will not be built, and imap4 will lack of a lot of authentication methods."
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|