diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:21:13 -0600 |
commit | 80c4d8b5a67d8457eec2400245d6cd66cb8750d4 (patch) | |
tree | e103b21384c4fc49fab49018f3a40e3eb359f8d0 /configure.in | |
parent | 57ecf03b734bc1f128105d6e4b5150b02d590596 (diff) | |
download | konversation-80c4d8b5a67d8457eec2400245d6cd66cb8750d4.tar.gz konversation-80c4d8b5a67d8457eec2400245d6cd66cb8750d4.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 43b6ae6..2135ff1 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,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," |