diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-14 02:04:48 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-14 02:04:48 +0200 |
commit | 7d5444bee60f9fde3d21e8266ff7bb760102cdf5 (patch) | |
tree | ed1a411242216a96aee96ef15fa3ba2c57c5ecf9 /configure | |
parent | a386ac70117a661ee2159e87499fa003b67d18ea (diff) | |
download | emacs-7d5444bee60f9fde3d21e8266ff7bb760102cdf5.tar.gz |
Check that the libxml2 we found can be used. This fixes a conf
problem on Mac OS X.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 867450c285f..f1ae71f73ac 100755 --- a/configure +++ b/configure @@ -11180,6 +11180,7 @@ $as_echo "no" >&6; } 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 : |