From: Paul Eggert Date: Mon, 9 Feb 2015 00:02:36 +0000 (-0800) Subject: * configure.ac (HAVE_LIBXML2): Add missing comma. X-Git-Tag: emacs-25.0.90~2008^2~58 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db3fc07caf71b6d7a34f80333ba54ed6d67ee144;p=emacs.git * configure.ac (HAVE_LIBXML2): Add missing comma. --- diff --git a/ChangeLog b/ChangeLog index ab551e1f65f..a574ac86e24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-02-09 Paul Eggert + + * configure.ac (HAVE_LIBXML2): Add missing comma. + 2015-02-08 Paul Eggert Port to platforms lacking test -a and -o diff --git a/configure.ac b/configure.ac index 6a5c73eda5c..68291b8950b 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=""