summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:18:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:18:21 -0600
commitdb7583ba6bb492d04e5fe30b4a1fe8be5c902088 (patch)
treeb263217924289442cfbd72650c75c68513048e5f /configure.in
parent0905525b2a6f13d57478da5339531c1e7d662247 (diff)
downloadknemo-db7583ba6bb492d04e5fe30b4a1fe8be5c902088.tar.gz
knemo-db7583ba6bb492d04e5fe30b4a1fe8be5c902088.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 8c40102..c5b6d6d 100644
--- a/configure.in
+++ b/configure.in
@@ -228,7 +228,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,"