blob: 67bc632e923fad370f9a4d435eda79d3fee30c4b (
plain)
1
2
3
4
5
6
7
|
if test "x$with_gnokii" = xcheck && test -z "$LIB_GNOKII"; then
echo ""
echo "libgnokii (http://www.gnokii.org) is missing. The KDE Addressbook mobile phone import/export filter will not be available."
echo ""
all_tests=bad
fi
|