Updates for recent versions of libxml2 and to add SAX2 functionality.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19369 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-05-18 09:55:33 +00:00
parent 906c6bbfad
commit 02683f9999
6 changed files with 313 additions and 53 deletions

View file

@ -992,6 +992,7 @@ if test $enable_xml = yes; then
LIBS="$LIBS $XML_LIBS"
HAVE_LIBXML=1
AC_DEFINE(HAVE_LIBXML,1,[Define if libxml available])
AC_CHECK_HEADERS(libxml/SAX2.h)
#--------------------------------------------------------------------
# Check for (optional) libxslt
#--------------------------------------------------------------------