summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:22:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:22:14 -0600
commitccbee1073d0483c331fa0b6cfde7956874641bb5 (patch)
tree5615fb7d382218022692e30b6db0c96a0d1119d8 /configure.in
parent66373cd4d0fa621ee9c86983851c12fce14eae8e (diff)
downloadktorrent-ccbee1073d0483c331fa0b6cfde7956874641bb5.tar.gz
ktorrent-ccbee1073d0483c331fa0b6cfde7956874641bb5.zip
Rename kde-config to tde-config
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 84f541f..29436e8 100644
--- a/configure.in
+++ b/configure.in
@@ -414,7 +414,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then
# And if kde doesn't know about the prefix yet
- echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
+ echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
if test $? -ne 0; then
echo ""
echo "Warning: you chose to install this package in $given_prefix,"