<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Tahoma">Thanks Christian.<br>
      <br>
      -- Noel G<br>
    </font><br>
    Christian Lohmaier wrote:
    <blockquote
cite="mid:CAOPHaVQxifs7N6BwDkMCA1-1grTXS8iHcrQi7ezYzOeDK1EiUA@mail.gmail.com"
      type="cite">
      <pre wrap="">Hi Noel, *,

On Fri, Sep 30, 2011 at 10:35 AM, Noel Grandin <a class="moz-txt-link-rfc2396E" href="mailto:noel@peralex.com">&lt;noel@peralex.com&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi

Building under Windows7 using Visual Studio, getting build breakage in stax
module.
Any ideas?
</pre>
      </blockquote>
      <pre wrap="">
bug in configure the check explicitly checks whether the --with-&lt;foo&gt;
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

</pre>
    </blockquote>
  <br><br><br><hr><font size="-2" color=808080>Disclaimer: <a href="http://www.peralex.com/disclaimer.html">http://www.peralex.com/disclaimer.html</a><br><br>

</body>
</html>