diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:49:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:49:13 -0600 |
commit | 27e9b5f0dde515bff19822ebf05a432c8e661571 (patch) | |
tree | 1cfe96cd569b9be23d4c42fd35c081730974413c /configure.in | |
parent | 82b0461e36104b386c8bce1662d51c2687195559 (diff) | |
download | kbarcode-27e9b5f0dde515bff19822ebf05a432c8e661571.tar.gz kbarcode-27e9b5f0dde515bff19822ebf05a432c8e661571.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 56e858d..2cd6dbb 100644 --- a/configure.in +++ b/configure.in @@ -86,7 +86,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 |