[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Apr 25 18:29:27 PDT 2011


 configure.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f6c6718836db06b01b00bfa7cfebb9b61376b3d6
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Mon Apr 25 21:24:46 2011 -0400

    Move it up a bit more to get it to build with --disable-mozilla.

diff --git a/configure.in b/configure.in
index 6c7a8b6..8ba8d4f 100755
--- a/configure.in
+++ b/configure.in
@@ -4910,6 +4910,8 @@ fi
 AC_SUBST(WITH_LDAP)
 AC_SUBST(WITH_OPENLDAP)
 
+AC_OUTPUT([ooo.lst])
+
 dnl ===================================================================
 dnl Check for system mozilla
 dnl ===================================================================
@@ -5095,7 +5097,6 @@ else
    AC_MSG_RESULT([no])
 fi
 
-AC_OUTPUT([ooo.lst])
 
 if test "$BUILD_MOZAB" = "TRUE"; then
   if test "$_os" = "WINNT"; then


More information about the Libreoffice-commits mailing list