summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/configure.in.bot
blob: ccab94db435156f2052a55272e32284c22c67072 (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 kioslave/svn/README for more information"
  echo ""
  all_tests=bad
fi