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.
10 lines
320 B
10 lines
320 B
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 tdeioslave/smb/libsmbclient-HOWTO.txt"
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|