summaryrefslogtreecommitdiffstats
path: root/tde-i18n-hr/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-hr/configure.in')
-rw-r--r--tde-i18n-hr/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-hr/configure.in b/tde-i18n-hr/configure.in
index 5e0d144001a..f7224d479e0 100644
--- a/tde-i18n-hr/configure.in
+++ b/tde-i18n-hr/configure.in
@@ -40,7 +40,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,"