[Libreoffice-commits] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Mar 31 12:08:47 PDT 2011
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b2faaf2c6e1cbb566237ffddb1edf642f037ff28
Author: Petr Mladek <pmladek at suse.cz>
Date: Thu Mar 31 21:06:56 2011 +0200
search moc4 in $QT4DIR/bin before searching $PATH
diff --git a/configure.in b/configure.in
index eeca040..80af57e 100755
--- a/configure.in
+++ b/configure.in
@@ -6880,7 +6880,7 @@ if test "$test_kde4" = "yes" -a "$ENABLE_KDE4" = "TRUE" ; then
fi
dnl Check for Meta Object Compiler
- AC_PATH_PROG( MOC4, moc, no, [`dirname $qt_lib_dir`/bin:$PATH:$QT4DIR/bin] )
+ AC_PATH_PROG( MOC4, moc, no, [`dirname $qt_lib_dir`/bin:$QT4DIR/bin:$PATH] )
if test "$MOC4" = "no" ; then
AC_MSG_ERROR([Qt Meta Object Compiler not found. Please specify
the root of your Qt installation by exporting QT4DIR before running "configure".])
More information about the Libreoffice-commits
mailing list