~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to kioslave/svn/configure.in.bot

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if test "x$with_subversion" = xcheck && test -z "$SVN_SUBDIR"; then
2
 
  echo ""
3
 
  echo "You're missing Subversion libraries (1.x)"
4
 
  echo "KDE will not be able to browse Subversion repositories without it,"
5
 
  echo "consider installing it."
6
 
  echo "Look at kioslave/svn/README for more information"
7
 
  echo ""
8
 
  all_tests=bad
9
 
fi