diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:24 -0600 |
commit | d6ea190468fed79472869a1bee62e438b1a8f0f8 (patch) | |
tree | 9954288f0f42276e7b70935937b2c7383dc7b72b /configure.in | |
parent | aa3e692a1389f82bc3f523d592878f21ed4c495c (diff) | |
download | knetload-d6ea190468fed79472869a1bee62e438b1a8f0f8.tar.gz knetload-d6ea190468fed79472869a1bee62e438b1a8f0f8.zip |
Rename kde-config to tde-config
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 064e975..4d12523 100644 --- a/configure.in +++ b/configure.in @@ -114,7 +114,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," |