diff options
author | Timothy Pearson <[email protected]> | 2011-12-07 18:49:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-07 18:49:56 -0600 |
commit | 8fdd3a9c5e0c6f6bc9f1c1f04cc493274a62ccfb (patch) | |
tree | 0ae31c21aee2a57f070ea484e536bdad0f23d90c /configure.in | |
parent | 27fb7b8f71027aa2e17a48a71b9721cd466edce2 (diff) | |
download | kmplayer-8fdd3a9c5e0c6f6bc9f1c1f04cc493274a62ccfb.tar.gz kmplayer-8fdd3a9c5e0c6f6bc9f1c1f04cc493274a62ccfb.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 159b33d..c25b854 100644 --- a/configure.in +++ b/configure.in @@ -360,7 +360,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 |