diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:21:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:21:15 -0600 |
commit | 00087b8646f681381cc616988483267713ba1d5b (patch) | |
tree | 717d25dc8e02b7f40f2bb7882b9b874a7167d5b4 /configure.in | |
parent | 86670269386acab964d9971372d0979d55fd437c (diff) | |
download | kopete-otr-00087b8646f681381cc616988483267713ba1d5b.tar.gz kopete-otr-00087b8646f681381cc616988483267713ba1d5b.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 9c59261..f6750b0 100644 --- a/configure.in +++ b/configure.in @@ -105,7 +105,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," |