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.
tdevelop/vcs/subversion/configure.in.bot

10 lines
325 B

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