diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:53:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:53:16 -0600 |
commit | 4af30b90f89cf73010bcdd30c046dac2c76a9336 (patch) | |
tree | d81daabbed1ae982d1a6a200d3b9ea5a9ba3179c /configure.in | |
parent | 136e96a8def11dfe611b2ec8884bb5bb99a40e07 (diff) | |
download | smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.tar.gz smb4k-4af30b90f89cf73010bcdd30c046dac2c76a9336.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 32d6675..e7a33ec 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,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 |