diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:52:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:52:05 -0600 |
commit | a171c57135e20a0035ebe89a95aee86a06c970ca (patch) | |
tree | ac5fee7c80564adda6a43748264056a6e83b8c50 /configure.in | |
parent | d72bde1d0a7b72adc761a3d353401c786cbcdc59 (diff) | |
download | ksquirrel-a171c57135e20a0035ebe89a95aee86a06c970ca.tar.gz ksquirrel-a171c57135e20a0035ebe89a95aee86a06c970ca.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 12fc38b..8bfe841 100644 --- a/configure.in +++ b/configure.in @@ -310,7 +310,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 |