diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 02:27:05 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-04 04:29:04 +0200 |
commit | daeb1d9355e1321b88534dc56d2870822e468fdb (patch) | |
tree | 15cc7567f5fb7a770bd60e909b272bab5d719a7a /configure.in | |
parent | 9dab0e253ecf583a2cc6ca22e068d4f4022ca4d3 (diff) | |
download | kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.tar.gz kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.zip |
Initial TDE conversion
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5ef79e1..b453ada 100644 --- a/configure.in +++ b/configure.in @@ -199,13 +199,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 |