diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:23 -0600 |
commit | e39b31a42790056ba42a6b6edaece31325ac7aef (patch) | |
tree | 016e27c43a7f096268f4c437dcccee6a6529bfd8 /configure.in | |
parent | 8ff61de9290390134045788473168c189e80b77e (diff) | |
download | ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.tar.gz ktorrent-e39b31a42790056ba42a6b6edaece31325ac7aef.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 b6d579d..84f541f 100644 --- a/configure.in +++ b/configure.in @@ -420,7 +420,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 |