diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:49:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:49:17 -0600 |
commit | 8eb9f5dde1e2b71ad45c0a5425bab20a98cea7b3 (patch) | |
tree | b2af8b23895a871a939b4df45403b4bcef63e717 /configure.in | |
parent | 3b7b4f45ffc7fc70427db118f8bbb0c24a839456 (diff) | |
download | kchmviewer-8eb9f5dde1e2b71ad45c0a5425bab20a98cea7b3.tar.gz kchmviewer-8eb9f5dde1e2b71ad45c0a5425bab20a98cea7b3.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 5061cac..a1d9c1f 100644 --- a/configure.in +++ b/configure.in @@ -125,7 +125,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 |