diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:24:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:24:08 -0600 |
commit | fba833fc9ea12d8b3dd115186b1ac6b2d3419d9f (patch) | |
tree | dc7b5868b36c72031261262794eb27eb13367e63 /configure.in | |
parent | 4372ee8aa04e89cce10047a33a48ccf77c531242 (diff) | |
download | twin-style-crystal-fba833fc9ea12d8b3dd115186b1ac6b2d3419d9f.tar.gz twin-style-crystal-fba833fc9ea12d8b3dd115186b1ac6b2d3419d9f.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 0d6a5d6..d6961a8 100644 --- a/configure.in +++ b/configure.in @@ -77,7 +77,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," |