summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:13:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:13:44 -0600
commit02afac3855edd3f1bdc33c6088b505d3e23b59df (patch)
treebe73e8817d1dcf4cb3319fec1888a9b6f75a76a4 /configure.in
parente6fc5b1acaaca044c28b47bb1dae010fe21ba65d (diff)
downloadadept-02afac3855edd3f1bdc33c6088b505d3e23b59df.tar.gz
adept-02afac3855edd3f1bdc33c6088b505d3e23b59df.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 0df7558..e584a17 100644
--- a/configure.in
+++ b/configure.in
@@ -118,7 +118,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,"