diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:17:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:17:47 -0600 |
commit | 76cae8ca443a9971a4e83f31f5e14a43ee08b365 (patch) | |
tree | 88e60dac4265a9cb5b985cec9ac021d46bf48c31 /configure.in | |
parent | 4b2716bf18ccf65695cc64258e1f944bc6223c46 (diff) | |
download | tdeio-umountwrapper-76cae8ca443a9971a4e83f31f5e14a43ee08b365.tar.gz tdeio-umountwrapper-76cae8ca443a9971a4e83f31f5e14a43ee08b365.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 ad624af..1bfa1f3 100644 --- a/configure.in +++ b/configure.in @@ -79,7 +79,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," |