gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] Rewritten macros/libXML.m4


From: strk
Subject: Re: [Gnash-dev] Rewritten macros/libXML.m4
Date: Tue, 15 May 2007 10:52:06 +0200

On Tue, May 15, 2007 at 04:49:18AM -0400, dolphinling wrote:
> Results of some more of my testing:
> If xml2-config is not available, it still works and finds the libraries on 
> my system. (Tested by commenting out the line that finds the location of 
> xml2-config.)
> 
> If both xml2-config is unavailable and the directory search fails (tested 
> by commenting out anywhere ac_cv_path_libxml_* is set during the directory 
> search), then my version does not succeed, even with AC_CHECK_HEADERS/LIB. 
>  However, the old version did not succeed in this case either (tested the 
> same way).

This is expected, but shuld work if --with-xml-incl and --with-xml-lib is used.
We still want to call AC_CHECK_HEADERS/LIB by pushing the user-provided values
to LDFLAGS and CFLAGS (and restore to previous values afterwards).

--strk;

PS: comments are *very* important




reply via email to

[Prev in Thread] Current Thread [Next in Thread]