[Libreoffice] build breakage in stax module?

Christian Lohmaier lohmaier+libreoffice at googlemail.com
Fri Sep 30 10:23:56 PDT 2011


Hi Noel, *,

On Fri, Sep 30, 2011 at 10:35 AM, Noel Grandin <noel at peralex.com> wrote:
> Hi
>
> Building under Windows7 using Visual Studio, getting build breakage in stax
> module.
> Any ideas?

bug in configure the check explicitly checks whether the --with-<foo>
variable is set to "no", but it should also cover the case where the
variable is unset/empty.

the check is around line 4400 in configure.in.

the BUILD_STAX=yes line is the one I'm talking about.
As a workaround just add it below the if check, to properly fix it
change the if to not only check for "no", but also for the empty case.

ciao
Christian


More information about the LibreOffice mailing list