summaryrefslogtreecommitdiffstats
path: root/configure.in.bot.end
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:24:14 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:24:14 -0600
commit1e5f9378a47b7a809f3027ae8f39ef5062825756 (patch)
tree0ffb3f98826eff1197a65c851638f5e034242117 /configure.in.bot.end
parent05d69037cede1f0db222b4dec81dda64f26fd8b3 (diff)
downloadadmin-1e5f9378a47b7a809f3027ae8f39ef5062825756.tar.gz
admin-1e5f9378a47b7a809f3027ae8f39ef5062825756.zip
Rename kde-config to tde-config
Diffstat (limited to 'configure.in.bot.end')
-rw-r--r--configure.in.bot.end2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.bot.end b/configure.in.bot.end
index 76943e6..3c902f9 100644
--- a/configure.in.bot.end
+++ b/configure.in.bot.end
@@ -3,7 +3,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,"