diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:48:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:48:39 -0600 |
commit | 06f897a84656ce872d8a060bf6b362326ed89cfe (patch) | |
tree | 8fd5c8f66d1808dd6bd27ef33dc8d4667d0889e0 /configure.in | |
parent | 71029f0fa87487ec256ff032e942956278ebcd7d (diff) | |
download | digikam-06f897a84656ce872d8a060bf6b362326ed89cfe.tar.gz digikam-06f897a84656ce872d8a060bf6b362326ed89cfe.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 98b8dd85..d0466713 100644 --- a/configure.in +++ b/configure.in @@ -750,7 +750,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 |