summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-26 14:23:48 -0600
committerTimothy Pearson <[email protected]>2012-02-26 14:23:48 -0600
commitb9ffe33fe0a0efc585cc351db0d835e8d8e8e184 (patch)
tree8e8f8db959e7cda7bfc30fd32686642b02fe9b6e /configure.in
parenta4ddcb3ac2966030f3013546225a4ad7f7ebd37a (diff)
downloadtdesudo-b9ffe33fe0a0efc585cc351db0d835e8d8e8e184.tar.gz
tdesudo-b9ffe33fe0a0efc585cc351db0d835e8d8e8e184.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 6561211..544a91e 100644
--- a/configure.in
+++ b/configure.in
@@ -86,7 +86,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,"