summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:53 -0600
commitea324cea616f79078d2c36874456133cccc974c7 (patch)
tree31e9c7f3553fe8f08ebce77c5d3b2c8cc5eb7ddb /configure.in
parentc317367d970b1beccfa686af96149495de77c7d5 (diff)
downloadkmplayer-ea324cea616f79078d2c36874456133cccc974c7.tar.gz
kmplayer-ea324cea616f79078d2c36874456133cccc974c7.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 c25b854..5911553 100644
--- a/configure.in
+++ b/configure.in
@@ -354,7 +354,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,"