diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:48:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 18:48:15 -0600 |
commit | fed7602677a48f20b515a690ca73a08d12e6f951 (patch) | |
tree | 5984257d25b00e1aee8a08f4ab19e032a9377b49 /configure.in | |
parent | 62bf6d9af0a9b9ba9a59b863a378fb89990908bb (diff) | |
download | amarok-fed7602677a48f20b515a690ca73a08d12e6f951.tar.gz amarok-fed7602677a48f20b515a690ca73a08d12e6f951.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 ebec776c..b01f7440 100644 --- a/configure.in +++ b/configure.in @@ -1725,7 +1725,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 |