diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:17:59 -0600 |
commit | 66910dfa4905b1f5f07533d8ec7a6a9e49ad9532 (patch) | |
tree | e00f80c371296d4d9e35074857df24f9ceac734b /configure.in | |
parent | fbf1a906f76b6f9d40cb424b33b316edff8bed6a (diff) | |
download | kmyfirewall-66910dfa4905b1f5f07533d8ec7a6a9e49ad9532.tar.gz kmyfirewall-66910dfa4905b1f5f07533d8ec7a6a9e49ad9532.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 def4d14..294f5c7 100644 --- a/configure.in +++ b/configure.in @@ -110,7 +110,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," |