summaryrefslogtreecommitdiffstats
path: root/kioslave/svn/configure.in.bot
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
commitff94d46e423398804d2ae63faeb114c2cf604fc4 (patch)
tree4481ffd491d15ac15081cea46d7cc298ef6351a4 /kioslave/svn/configure.in.bot
parentb9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff)
downloadtdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz
tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kioslave/svn/configure.in.bot')
-rw-r--r--kioslave/svn/configure.in.bot9
1 files changed, 0 insertions, 9 deletions
diff --git a/kioslave/svn/configure.in.bot b/kioslave/svn/configure.in.bot
deleted file mode 100644
index ccab94db..00000000
--- a/kioslave/svn/configure.in.bot
+++ /dev/null
@@ -1,9 +0,0 @@
-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