]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (HAVE_LIBXML2): Add missing comma.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:02:36 +0000 (16:02 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 9 Feb 2015 00:03:15 +0000 (16:03 -0800)
ChangeLog
configure.ac

index ab551e1f65fbe5f447dd4ab54c6c4812e1e67cf7..a574ac86e2431a6916d1e0e7ead74025d2771d1a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * configure.ac (HAVE_LIBXML2): Add missing comma.
+
 2015-02-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        Port to platforms lacking test -a and -o
index 6a5c73eda5c77b2cecceb06a711f9635aefb236e..68291b8950b1b9193bca6db1500148a9440f7e31 100644 (file)
@@ -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=""