diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:22:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:22:17 -0600 |
commit | 051b78080387194319ab08bc1a58460f40b21f3e (patch) | |
tree | f0497c0799218e2b26f4455d6b6c71660c2d8834 /configure.in | |
parent | d6393b1868047d58435ecfa87b242b6c5b7871d6 (diff) | |
download | kuickshow-051b78080387194319ab08bc1a58460f40b21f3e.tar.gz kuickshow-051b78080387194319ab08bc1a58460f40b21f3e.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 b15e461..cd284ad 100644 --- a/configure.in +++ b/configure.in @@ -178,7 +178,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," |