summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-26 14:16:15 -0600
committerTimothy Pearson <[email protected]>2012-02-26 14:16:15 -0600
commit469e5dd472fe8c94ab3b3c743d00ed72998c0d1f (patch)
tree757d1b1c1bc104c95cd393c68421de8b144511a7 /configure.in
parent55a4f9f1fb4722235ab2e7e9e5e8f5242ee735d5 (diff)
downloadkaffeine-469e5dd472fe8c94ab3b3c743d00ed72998c0d1f.tar.gz
kaffeine-469e5dd472fe8c94ab3b3c743d00ed72998c0d1f.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 469619b..5dff730 100644
--- a/configure.in
+++ b/configure.in
@@ -459,7 +459,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,"