emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105929: * configure.in: Initialize H


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105929: * configure.in: Initialize HAVE_LIBXML2.
Date: Mon, 26 Sep 2011 20:38:31 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105929
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2011-09-26 20:38:31 +0200
message:
  * configure.in: Initialize HAVE_LIBXML2.
modified:
  ChangeLog
  configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-09-26 08:23:13 +0000
+++ b/ChangeLog 2011-09-26 18:38:31 +0000
@@ -1,3 +1,7 @@
+2011-09-26  Andreas Schwab  <address@hidden>
+
+       * configure.in: Initialize HAVE_LIBXML2.
+
 2011-09-26  Glenn Morris  <address@hidden>
 
        * make-dist: Add lib/makefile.w32-in.

=== modified file 'configure.in'
--- a/configure.in      2011-09-26 03:20:03 +0000
+++ b/configure.in      2011-09-26 18:38:31 +0000
@@ -2624,6 +2624,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]