diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:50 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:50 -0600 |
commit | ef3baf9eca4b09c7b2ff92178b4748986e5fa8b3 (patch) | |
tree | 59f562227ead4b08bcc2183e66d651f2960f0ad8 /configure.in | |
parent | 22b280fe30913da5d4b29c035cb8662d8e52315f (diff) | |
download | ksquirrel-ef3baf9eca4b09c7b2ff92178b4748986e5fa8b3.tar.gz ksquirrel-ef3baf9eca4b09c7b2ff92178b4748986e5fa8b3.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 8bfe841..dfc5a7e 100644 --- a/configure.in +++ b/configure.in @@ -304,7 +304,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," |