diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:56:27 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:56:27 -0600 |
commit | 40f41e332980a5a11c7576bc1a0813d069dbc563 (patch) | |
tree | 3a548bd4dbe46baf040d5af2a364f0e619dc4c71 /configure.in | |
parent | 896991b2b3673ccded417b4c70442db57f7db634 (diff) | |
download | libkipi-40f41e332980a5a11c7576bc1a0813d069dbc563.tar.gz libkipi-40f41e332980a5a11c7576bc1a0813d069dbc563.zip |
Rename KDEHOME and KDEDIR
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 f64731c..1281394 100644 --- a/configure.in +++ b/configure.in @@ -160,7 +160,7 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then 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 |