diff options
author | Timothy Pearson <[email protected]> | 2012-02-26 14:23:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-26 14:23:05 -0600 |
commit | 7899218db4b3c491afc092b336a61ec3679eac14 (patch) | |
tree | 93776994fb77f6871bba43d4024f3f83a03a15b3 /configure.in | |
parent | 40c1d1f872ebc56b50bb4ec57e371f50e7b10e76 (diff) | |
download | potracegui-7899218db4b3c491afc092b336a61ec3679eac14.tar.gz potracegui-7899218db4b3c491afc092b336a61ec3679eac14.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 03d9401..17572bb 100644 --- a/configure.in +++ b/configure.in @@ -81,7 +81,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," |