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.
tdebase/kioslave/smb/configure.in.bot

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