configure19 contained a change in default behaviour for ./configure (in this
case --enable-build-mozilla was changed to --disable-build-mozilla).

This has broken the the build instruction (http://tools.openoffice.org/) for
all platforms. Who it be good to require whoever does such changes to also
update the build instructions?



Here is the diff -u on HEAD:
Index: configure.in
===================================================================
RCS file: /cvs/tools/config_office/configure.in,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- configure.in        11 Aug 2006 16:19:00 -0000      1.174
+++ configure.in        22 Aug 2006 13:19:10 -0000      1.175
@@ -182,8 +182,8 @@
                          (enables -Bstatic linker flag for gtk libraries)
],,)
AC_ARG_ENABLE(build-mozilla,
-[  --enable-build-mozilla  Use this option if you want to build the mozilla
-                          components from the mozilla source code.
+[  --disable-build-mozilla  Use this option if you do not want to build the
mozilla
+                          components from the mozilla source code but take
precompiled zips
],,)
AC_ARG_WITH(mozilla-version,
[  --with-mozilla-version  Choose which version of mozilla to use while
building
@@ -3363,6 +3375,13 @@
AC_SUBST(MOZILLA_TOOLKIT)
+# default to enabling build mozilla
+if test "$enable_build_mozilla" != "no"; then
+      enable_build_mozilla=yes
+else
+      enable_build_mozilla=
+fi
+
AC_MSG_CHECKING([whether to build Mozilla])
if test -n "$enable_build_mozilla"; then
   BUILD_MOZAB="TRUE"



--
Kai Backman, Software Engineer, [EMAIL PROTECTED]

Reply via email to