diff options
Diffstat (limited to 'configure.in.bot')
-rw-r--r-- | configure.in.bot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.bot b/configure.in.bot index 9a79138a..a2b145dd 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -13,7 +13,7 @@ if test "x$with_taglib" = xcheck && test "x$have_taglib" = xno; then echo "" echo "You're missing TagLib. Without TagLib KDE will not support ID3" echo "tags in mp3 files. You can find taglib either in KDE's Subversion" - echo "repository under trunk/kdesupport/taglib or at" + echo "repository under trunk/tdesupport/taglib or at" echo "http://ktown.kde.org/~wheeler/taglib" all_tests=bad fi @@ -31,6 +31,6 @@ if test "x$with_akode" = xcheck && test "x$have_akode" = xno; then echo "aKode was not found. Without it the aKode aRts-plugin will not be" echo "installed, and aRts will be unable to play many music formats." echo "You can find aKode in KDE's Subversion repository under" - echo "trunk/kdesupport/akode." + echo "trunk/tdesupport/akode." all_tests=bad fi |