diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:51:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:51:26 -0600 |
commit | cfd66df0133cfb6892a60cfddba262803d1dc65b (patch) | |
tree | 41d53e007576648054bee6bdc94dfb555753c86a /configure.in | |
parent | b87c20be71b9a63b7436bc9afe42595d7942a6bb (diff) | |
download | kopete-otr-cfd66df0133cfb6892a60cfddba262803d1dc65b.tar.gz kopete-otr-cfd66df0133cfb6892a60cfddba262803d1dc65b.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 4459b7b..4e5632f 100644 --- a/configure.in +++ b/configure.in @@ -109,7 +109,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 |