summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2013-07-24 19:38:00 +0200
committerSlávek Banko <[email protected]>2013-07-24 19:38:00 +0200
commit7a6d1b1ae2828661b051fec138c71b11da10a55e (patch)
tree4a584a0691d880bbbf99145b52dedd2bad1f868a /configure.in
parente73730eb7eb7229676b433fee535b0f4d4492cb0 (diff)
downloadmplayerthumbs-7a6d1b1ae2828661b051fec138c71b11da10a55e.tar.gz
mplayerthumbs-7a6d1b1ae2828661b051fec138c71b11da10a55e.zip
Additional KDE3 => TDE conversion
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 3860c2f..ce87698 100644
--- a/configure.in
+++ b/configure.in
@@ -88,13 +88,13 @@ if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
# And if so, warn when they don't match
if test "$kde_libs_prefix" != "$given_prefix"; then
# And if kde doesn't know about the prefix yet
- echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
+ echo ":"`tde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
if test $? -ne 0; then
echo ""
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