summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-26 14:17:42 -0600
committerTimothy Pearson <[email protected]>2012-02-26 14:17:42 -0600
commita36d84952d90b2618029fb9a1080f5093134b698 (patch)
tree81d95f680e68e446b4581e75e22b84b42c653896 /configure.in
parent317e49fc53d632d41634a123b3c4cd044ac02b22 (diff)
downloadkima-a36d84952d90b2618029fb9a1080f5093134b698.tar.gz
kima-a36d84952d90b2618029fb9a1080f5093134b698.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 40805cd..77a183b 100644
--- a/configure.in
+++ b/configure.in
@@ -98,7 +98,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,"