[PATCH] disable mozilla per default on all platforms
David Ostrovsky
David.Ostrovsky at gmx.de
Thu Jun 7 17:46:31 PDT 2012
Change-Id: Ie5e8c7c43d86f060d7733c1787c6382e78c0a463
---
configure.in | 25 +++++++++++++++----------
1 file changed, 15 insertions(+), 10 deletions(-)
diff --git a/configure.in b/configure.in
index d52f912..87f3334 100644
--- a/configure.in
+++ b/configure.in
@@ -3614,6 +3614,21 @@ AC_SUBST(UPD)
AC_SUBST(SOURCEVERSION)
dnl ===================================================================
+dnl Set the WITH_MOZILLA variable.
+dnl ===================================================================
+
+AC_MSG_CHECKING([whether to enable build of Mozilla])
+if test "$enable_mozilla" = "yes"; then
+ AC_MSG_RESULT([yes])
+ WITH_MOZILLA=YES
+else
+ AC_MSG_RESULT([no])
+ WITH_MOZILLA=NO
+ enable_mozilla=no
+fi
+AC_SUBST(WITH_MOZILLA)
+
+dnl ===================================================================
dnl Set the ENABLE_CRASHDUMP variable.
dnl ===================================================================
AC_MSG_CHECKING([whether to enable crashdump feature])
@@ -7407,16 +7422,6 @@ else
fi
AC_SUBST(SYSTEM_ODBC_HEADERS)
-AC_MSG_CHECKING([whether to enable build of Mozilla])
-if test "$enable_mozilla" = "no"; then
- AC_MSG_RESULT([no])
- WITH_MOZILLA=NO
-else
- AC_MSG_RESULT([yes])
- WITH_MOZILLA=YES
-fi
-AC_SUBST(WITH_MOZILLA)
-
AC_MSG_CHECKING([whether to build Mozilla addressbook connectivity])
if test "$enable_mozilla" = "no"; then
AC_MSG_RESULT([no])
--
1.7.9.5
--------------040803050100050706040501--
More information about the LibreOffice
mailing list