diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:15:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:15:23 -0600 |
commit | b1549fe8278bb508a5df4cf927a3362432e79e01 (patch) | |
tree | 6089cb7dded996e9724ba9aa3607432e04c53698 /configure.in | |
parent | 58221c8b62d7effbf6ca7f8d8a8b61703550334d (diff) | |
download | filelight-b1549fe8278bb508a5df4cf927a3362432e79e01.tar.gz filelight-b1549fe8278bb508a5df4cf927a3362432e79e01.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 cb7dd0b..1a2ac80 100644 --- a/configure.in +++ b/configure.in @@ -131,7 +131,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," |