fdo#51004: some progress and 10 years old bug pending

d.ostrovsky at idaia.de d.ostrovsky at idaia.de
Fri Nov 9 02:50:01 PST 2012


Quoting Stephan Bergmann <sbergman at redhat.com>:

> On 11/09/2012 08:48 AM, David Ostrovsky wrote:
>> * deprecate moz shipping as it may be needed for some extensions. That
>> why Stephan reverted my patch:
>> "don't compile moz module on all non windows platforms"
>
> Which commit are you talking about here?
>
this one: 903065dda1e574f4791ff40c31e39f14ba710424
which you have partially reverted (removing that section):
+dnl --enable-mozilla is supported only on Windows
+dnl ===================================================================
+
+if test "$_os" != "WINNT" ; then
+ if test "$enable_mozilla" = "yes"; then
+ AC_MSG_ERROR([--enable-mozilla is only available on Windows])
+ fi
+
+fi

My concern about it was (and still is), that someone in the wild still
compiles moz on non windows platform without actually using it in any way.

Regards
David



More information about the LibreOffice mailing list