Mercurial > emacs
comparison configure @ 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 | c6bb6817b794 |
children | 45304f108596 |
comparison
equal
deleted
inserted
replaced
110326:ba7558616802 | 110327:56a27fafe17c |
---|---|
11178 else | 11178 else |
11179 HAVE_LIBXML2=no | 11179 HAVE_LIBXML2=no |
11180 fi | 11180 fi |
11181 | 11181 |
11182 if test "${HAVE_LIBXML2}" = "yes"; then | 11182 if test "${HAVE_LIBXML2}" = "yes"; then |
11183 LIBS="$LIBXML2_LIBS $LIBS" | |
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 | 11184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for htmlReadMemory in -lxml2" >&5 |
11184 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } | 11185 $as_echo_n "checking for htmlReadMemory in -lxml2... " >&6; } |
11185 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : | 11186 if test "${ac_cv_lib_xml2_htmlReadMemory+set}" = set; then : |
11186 $as_echo_n "(cached) " >&6 | 11187 $as_echo_n "(cached) " >&6 |
11187 else | 11188 else |