From 381408e2192b8fd606babaa8c9a103186589d708 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Fri, 10 Sep 2010 18:44:35 +0200 Subject: Add support for the libxml2 library. This adds the html-parse-string and xml-parse-string functions in the new file src/xml.c, as well as autoconf detection of the library. --- src/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.in') diff --git a/src/config.in b/src/config.in index 604a737a8b..199afbd78b 100644 --- a/src/config.in +++ b/src/config.in @@ -813,6 +813,9 @@ along with GNU Emacs. If not, see . */ /* Define to 1 if you have the SM library (-lSM). */ #undef HAVE_X_SM +/* Define to 1 if you have the libxml2 library (-lxml2). */ +#undef HAVE_LIBXML2 + /* Define to 1 if you want to use the X window system. */ #undef HAVE_X_WINDOWS -- cgit v1.2.3