diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-31 17:12:50 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-31 17:25:03 +0200 |
commit | bfae40d567282d89db189816d672a5c6af89ca4e (patch) | |
tree | 20d9a16c77474c6062e2a69801b91decd86de78f /configure.in | |
parent | 5f9410ae910e73f8966318d1e1b9be03a5651118 (diff) | |
download | krecipes-bfae40d567282d89db189816d672a5c6af89ca4e.tar.gz krecipes-bfae40d567282d89db189816d672a5c6af89ca4e.zip |
Initial TDE conversion
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c3fafab..1c6962b 100644 --- a/configure.in +++ b/configure.in @@ -304,13 +304,13 @@ 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," echo "but KDE was found in $kde_libs_prefix." echo "For this to work, you will need to tell KDE about the new prefix, by ensuring" - echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "that TDEDIRS contains it, e.g. export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi |