# HG changeset patch # User Lars Magne Ingebrigtsen # Date 1284422688 -7200 # Node ID 56a27fafe17c3dbf9b0da1b7b6a035220f7ac7f4 # Parent ba7558616802a063516c8092a93e856f13e7a3f2 Check that the libxml2 we found can be used. This fixes a conf problem on Mac OS X. diff -r ba7558616802 -r 56a27fafe17c configure --- 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 :