diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:52:46 -0600 |
commit | 7f0a42cd12d95da8493602339bbe1434f3b344cf (patch) | |
tree | 8bca816d0988672acd5ab986fa2eceac012d671b /configure.in | |
parent | 7e541b131d604725367eda2b27c0ec21ae045fbe (diff) | |
download | kvpnc-7f0a42cd12d95da8493602339bbe1434f3b344cf.tar.gz kvpnc-7f0a42cd12d95da8493602339bbe1434f3b344cf.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 9337c3b..80f17f8 100644 --- a/configure.in +++ b/configure.in @@ -98,7 +98,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 |