[Libreoffice-commits] .: configure.in

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Apr 25 18:26:11 PDT 2011


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

New commits:
commit 912a7698c174b0e67e21c4ef0d9786a26eb20ae9
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 1ab3c99..64cf424 100755
--- a/configure.in
+++ b/configure.in
@@ -4843,6 +4843,8 @@ fi
 AC_SUBST(WITH_LDAP)
 AC_SUBST(WITH_OPENLDAP)
 
+AC_OUTPUT([ooo.lst])
+
 dnl ===================================================================
 dnl Check for system mozilla
 dnl ===================================================================
@@ -5028,7 +5030,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