diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:52:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:52:42 -0600 |
commit | 9e617c5bcb8e1ded614f372d426a572ee43890c6 (patch) | |
tree | 481d71acffc352e632785473454fb439d1d352a6 /configure.in | |
parent | 768e13714b9ecc5c8d28ed38888e114571ac7ad6 (diff) | |
download | kvkbd-9e617c5bcb8e1ded614f372d426a572ee43890c6.tar.gz kvkbd-9e617c5bcb8e1ded614f372d426a572ee43890c6.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 5dd0ce8..b6b4e4a 100644 --- a/configure.in +++ b/configure.in @@ -87,7 +87,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 |