summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-26 14:17:39 -0600
committerTimothy Pearson <[email protected]>2012-02-26 14:17:39 -0600
commitd440bc4dc4f5b0d942443a2efc9a944fe08b928b (patch)
tree3165b895536890dd78d845fc9da3f4a530498dfe /configure.in
parentb27bd92137896228dace0bcd75638f75676622c8 (diff)
downloadkile-d440bc4dc4f5b0d942443a2efc9a944fe08b928b.tar.gz
kile-d440bc4dc4f5b0d942443a2efc9a944fe08b928b.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 296f8dc..d715891 100644
--- a/configure.in
+++ b/configure.in
@@ -214,7 +214,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,"