blob: 0d478c414c8a491e35e2ec21e40c334d6b107843 (
plain)
1
2
3
4
5
6
7
8
9
|
if test "x$with_samba" = xcheck && test "x$have_libsmbclient" = xno; then
echo ""
echo "You're missing libsmbclient from samba 3.0"
echo "KDE will not be able to browse windows shares without it,"
echo "consider installing it."
echo "Look at kioslave/smb/libsmbclient-HOWTO.txt"
echo ""
all_tests=bad
fi
|