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.
10 lines
327 B
10 lines
327 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 tdeioslave/svn/README for more information"
|
|
echo ""
|
|
all_tests=bad
|
|
fi
|