summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:17:50 -0600
commit5a75ef126f5a979bd7533f35ebec43353484e476 (patch)
tree078d5b389ec1fc3d8b4686b2f66044d97bdcfbcd /configure.in
parentf4cbe9bf5eab591b14c7a1ae812e56996eb8efd1 (diff)
downloadkiosktool-5a75ef126f5a979bd7533f35ebec43353484e476.tar.gz
kiosktool-5a75ef126f5a979bd7533f35ebec43353484e476.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 0ec8952..7895601 100644
--- a/configure.in
+++ b/configure.in
@@ -122,7 +122,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,"