diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:49:47 -0600 |
commit | 475f1c0921999232e17d280e4cc5e84b91967bb9 (patch) | |
tree | 210c2235b6054aa0fe3112a406ea2fa9c787bcef /configure.in | |
parent | af5f8ba81da4fa03f72946534018f31ad205c8ea (diff) | |
download | kima-475f1c0921999232e17d280e4cc5e84b91967bb9.tar.gz kima-475f1c0921999232e17d280e4cc5e84b91967bb9.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 3cb8e2b..40805cd 100644 --- a/configure.in +++ b/configure.in @@ -104,7 +104,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 |