changeset 110327:56a27fafe17c

Check that the libxml2 we found can be used. This fixes a conf problem on Mac OS X.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Tue, 14 Sep 2010 02:04:48 +0200
parents ba7558616802
children 5c41eafe6021
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Sep 13 16:05:23 2010 -0400
+++ b/configure	Tue Sep 14 02:04:48 2010 +0200
@@ -11180,6 +11180,7 @@
   fi
 
   if test "${HAVE_LIBXML2}" = "yes"; then
+    LIBS="$LIBXML2_LIBS $LIBS"
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5
 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; }
 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then :