diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:15:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:15:19 -0600 |
commit | 9d670ef330b410c37f1c3f49ed7873519d4788ec (patch) | |
tree | ea4e2fa4faac1ab380bca823ffdc6bd717c135d4 /configure.in | |
parent | fd9f2f60474e17ab17260722494a36d7c3747b6a (diff) | |
download | dolphin-9d670ef330b410c37f1c3f49ed7873519d4788ec.tar.gz dolphin-9d670ef330b410c37f1c3f49ed7873519d4788ec.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 172e99f..18acd60 100644 --- a/configure.in +++ b/configure.in @@ -89,7 +89,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," |