aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.in
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <[email protected]>2010-09-10 18:44:35 +0200
committerLars Magne Ingebrigtsen <[email protected]>2010-09-10 18:44:35 +0200
commit381408e2192b8fd606babaa8c9a103186589d708 (patch)
tree488a49b786d5cffcd0b068a527ec1ebe8339114a /src/config.in
parent36f7d3666905e1447a2e80957735a1ade23c894c (diff)
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.
Diffstat (limited to 'src/config.in')
-rw-r--r--src/config.in3
1 files changed, 3 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. */
/* 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