diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:51:23 -0600 |
commit | 3ed37e9a6250fa971100c520b314bc200820d87a (patch) | |
tree | 5b97065bf3502403053218936ec6babf84440891 /configure.in | |
parent | bbe8fd6af68efc1e564b387a29be7e51a729be3e (diff) | |
download | konversation-3ed37e9a6250fa971100c520b314bc200820d87a.tar.gz konversation-3ed37e9a6250fa971100c520b314bc200820d87a.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 0c5f566..43b6ae6 100644 --- a/configure.in +++ b/configure.in @@ -198,7 +198,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 |