diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:53:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:53:34 -0600 |
commit | 35644202a4add89feed2d7d12eacca433ac4972b (patch) | |
tree | b53f05ba02ce168b7a3d34b20e72036cb99b1a78 /configure.in | |
parent | 29238ddff03b43b472ec0ae0ade06b0c0de90220 (diff) | |
download | tellico-35644202a4add89feed2d7d12eacca433ac4972b.tar.gz tellico-35644202a4add89feed2d7d12eacca433ac4972b.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 80c5188..8b6a1bf 100644 --- a/configure.in +++ b/configure.in @@ -702,8 +702,8 @@ 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," - echo "by ensuring that KDEDIRS contains it, e.g." - echo " export KDEDIRS=$given_prefix:$kde_libs_prefix" + echo "by ensuring that TDEDIRS contains it, e.g." + echo " export TDEDIRS=$given_prefix:$kde_libs_prefix" echo "Then restart KDE." echo "" fi |