summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-26 14:23:36 -0600
commit1fcfad0aeaa3d69d6b71a5dd2b382d176ab438c3 (patch)
treeb327e8189d13f3e4de9e6606bcb68c6d13d0001e /configure.in
parentf208162cb7a62e5aa0e94dc748705fb6ca57ca35 (diff)
downloadsoundkonverter-1fcfad0aeaa3d69d6b71a5dd2b382d176ab438c3.tar.gz
soundkonverter-1fcfad0aeaa3d69d6b71a5dd2b382d176ab438c3.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 2e324e4..2ce1597 100644
--- a/configure.in
+++ b/configure.in
@@ -240,7 +240,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,"