summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/configure.in.bot
blob: d89532c2f1ddca88e4a7a25379e76bfddca8f0fd (plain)
1
2
3
4
5
6
7
8
9
if test "x$with_subversion" = xcheck && test -z "$SVN_SUBDIR"; then
  echo ""
  echo "You're missing Subversion libraries (1.x)"
  echo "KDE will not be able to browse Subversion repositories without it,"
  echo "consider installing it."
  echo "Look at tdeioslave/svn/README for more information"
  echo ""
  all_tests=bad
fi