diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:23:02 -0600 |
commit | da6332f3e4cd2b4c3de578c66dfdd44f30e693a4 (patch) | |
tree | 6fc5e58c86722a9a3f1688a228e221ffac1b87fe /configure.in | |
parent | d5fe541e09b7f944d92768690e7cb21fb960c4ba (diff) | |
download | piklab-da6332f3e4cd2b4c3de578c66dfdd44f30e693a4.tar.gz piklab-da6332f3e4cd2b4c3de578c66dfdd44f30e693a4.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 681243f..25354a2 100644 --- a/configure.in +++ b/configure.in @@ -328,7 +328,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," |