blob: 11b66748ded30ab766546b6504079761301b3195 (
plain)
1
2
3
4
5
6
7
|
if test -z "$SASL2_LIBS"; then
echo ""
echo "cyrus-sasl 2 library is missing. The pop3 and smtp ioslaves will lack of a lot of authentication methods."
echo "See http://asg.web.cmu.edu/sasl/sasl-library.html or your distribution's packages."
echo ""
all_tests=bad
fi
|