]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Initialize HAVE_LIBXML2.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Sep 2011 18:38:31 +0000 (20:38 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 26 Sep 2011 18:38:31 +0000 (20:38 +0200)
ChangeLog
configure.in

index 75d0ef6a5e984e65ec0efe16707ce21428d6c351..3089c8248db7bcf8c3d4b73a110b1d483a1f8478 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-26  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.in: Initialize HAVE_LIBXML2.
+
 2011-09-26  Glenn Morris  <rgm@gnu.org>
 
        * make-dist: Add lib/makefile.w32-in.
index 2e2c08c3342b27cd2ab07d9c0dd38b0815d07799..d2ffdd5a19e7f9d46dc4cfa660df7c72bb541e2f 100644 (file)
@@ -2624,6 +2624,7 @@ fi
 AC_SUBST(LIBXSM)
 
 ### Use libxml (-lxml2) if available
+HAVE_LIBXML2=no
 if test "${with_xml2}" != "no"; then
   ### I'm not sure what the version number should be, so I just guessed.
   PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.6.17, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)