summaryrefslogtreecommitdiffstats
path: root/tdeioslave/smb/configure.in.bot
blob: a8a95566ce40929e85509c1fa50ad253f6a72714 (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 tdeioslave/smb/libsmbclient-HOWTO.txt"
  echo ""
  all_tests=bad
fi