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 _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

