summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:27:30 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:27:30 -0600
commitd557ab6e4eebcb758a963774de8c1ea00490cabc (patch)
tree0565ca4e1e7e62d9589c179bb2a613ad1c5269b0 /configure.in
parentb8633e46b7a61bf56d6dcb9b7305344af5add863 (diff)
downloadlibkexiv2-d557ab6e4eebcb758a963774de8c1ea00490cabc.tar.gz
libkexiv2-d557ab6e4eebcb758a963774de8c1ea00490cabc.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 bc6de71..7423ec4 100644
--- a/configure.in
+++ b/configure.in
@@ -159,7 +159,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,"