emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master db3fc07: * configure.ac (HAVE_LIBXML2): Add missing


From: Paul Eggert
Subject: [Emacs-diffs] master db3fc07: * configure.ac (HAVE_LIBXML2): Add missing comma.
Date: Mon, 09 Feb 2015 00:03:21 +0000

branch: master
commit db3fc07caf71b6d7a34f80333ba54ed6d67ee144
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * configure.ac (HAVE_LIBXML2): Add missing comma.
---
 ChangeLog    |    4 ++++
 configure.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ab551e1..a574ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-09  Paul Eggert  <address@hidden>
+
+       * configure.ac (HAVE_LIBXML2): Add missing comma.
+
 2015-02-08  Paul Eggert  <address@hidden>
 
        Port to platforms lacking test -a and -o
diff --git a/configure.ac b/configure.ac
index 6a5c73e..68291b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3505,7 +3505,7 @@ if test "${with_xml2}" != "no"; then
   fi
   if test "${HAVE_LIBXML2}" = "yes"; then
     if test "${opsys}" != "mingw32"; then
-      AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no
+      AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no,
         [$LIBXML2_LIBS])
     else
       LIBXML2_LIBS=""



reply via email to

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