emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101426: Set the LIBS to LIBXML2_LIBS


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101426: Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.
Date: Mon, 13 Sep 2010 21:50:30 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101426
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2010-09-13 21:50:30 +0200
message:
  Set the LIBS to LIBXML2_LIBS before testing for -lxml2 usability.
modified:
  configure.in
=== modified file 'configure.in'
--- a/configure.in      2010-09-13 14:58:48 +0000
+++ b/configure.in      2010-09-13 19:50:30 +0000
@@ -2541,6 +2541,7 @@
   ### I'm not sure what the version number should be, so I just guessed.
   PKG_CHECK_MODULES(LIBXML2, libxml-2.0 > 2.2.0, HAVE_LIBXML2=yes, 
HAVE_LIBXML2=no)
   if test "${HAVE_LIBXML2}" = "yes"; then
+    LIBS="$LIBXML2_LIBS $LIBS"
     AC_CHECK_LIB(xml2, htmlReadMemory, HAVE_LIBXML2=yes, HAVE_LIBXML2=no)
     if test "${HAVE_LIBXML2}" = "yes"; then
       AC_DEFINE(HAVE_LIBXML2, 1, [Define to 1 if you have the libxml library 
(-lxml2).])


reply via email to

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