summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:14:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:14:48 -0600
commit49c0242fa26e60c3324a6e3d62fe7b90a704222e (patch)
tree5b5f5530855ac248f501d46cb6bcee14839b0fb7 /configure.in
parent9db0e96ad2a77b59b1e054d0f466f2ce8ad82eb3 (diff)
downloadcompizconfig-backend-tdeconfig-49c0242fa26e60c3324a6e3d62fe7b90a704222e.tar.gz
compizconfig-backend-tdeconfig-49c0242fa26e60c3324a6e3d62fe7b90a704222e.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 5a62c27..738e110 100644
--- a/configure.in
+++ b/configure.in
@@ -94,7 +94,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,"