diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:18:27 -0600 |
commit | 25553224346317ad5daf1f74f80be15575ad2adc (patch) | |
tree | 4bcb92dfc1e4c1ff40baf65df4b2eb23f84fc04d /configure.in | |
parent | 4eb344b6ec5eafc8cb0ef979213e45f6f39a6a7c (diff) | |
download | knetstats-25553224346317ad5daf1f74f80be15575ad2adc.tar.gz knetstats-25553224346317ad5daf1f74f80be15575ad2adc.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 9d43d74..537729d 100644 --- a/configure.in +++ b/configure.in @@ -139,7 +139,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," |