emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101428: Check that the libxml2 we fo


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101428: Check that the libxml2 we found can be used. This fixes a conf
Date: Tue, 14 Sep 2010 02:04:48 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101428
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2010-09-14 02:04:48 +0200
message:
  Check that the libxml2 we found can be used.  This fixes a conf
  problem on Mac OS X.
modified:
  configure
=== modified file 'configure'
--- a/configure 2010-09-13 14:58:48 +0000
+++ b/configure 2010-09-14 00:04:48 +0000
@@ -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 :


reply via email to

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