comparison configure.in @ 110472:52590453d4f9

Rename libxml2 functions, and make parse tree format consistent with xml.el. * xml.c: Switch to GNU indentation. (make_dom): Change parse tree format to match xml.el. (Fxml_parse_html_string_internal): Rename from html-parse-string. (Fxml_parse_string_internal): Rename from xml-parse-string. * configure.in: Announce whether libxml2 is linked to.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 21 Sep 2010 23:10:16 -0400
parents 45304f108596
children 9d94d76ce611
comparison
equal deleted inserted replaced
110471:6afc6a92ca9b 110472:52590453d4f9
3694 echo " Does Emacs use -ltiff? ${HAVE_TIFF}" 3694 echo " Does Emacs use -ltiff? ${HAVE_TIFF}"
3695 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF" 3695 echo " Does Emacs use a gif library? ${HAVE_GIF} $LIBGIF"
3696 echo " Does Emacs use -lpng? ${HAVE_PNG}" 3696 echo " Does Emacs use -lpng? ${HAVE_PNG}"
3697 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}" 3697 echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
3698 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}" 3698 echo " Does Emacs use imagemagick? ${HAVE_IMAGEMAGICK}"
3699
3699 echo " Does Emacs use -lgpm? ${HAVE_GPM}" 3700 echo " Does Emacs use -lgpm? ${HAVE_GPM}"
3700 echo " Does Emacs use -ldbus? ${HAVE_DBUS}" 3701 echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
3701 echo " Does Emacs use -lgconf? ${HAVE_GCONF}" 3702 echo " Does Emacs use -lgconf? ${HAVE_GCONF}"
3702 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" 3703 echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}"
3704 echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}"
3703 3705
3704 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}" 3706 echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}"
3705 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}" 3707 echo " Does Emacs use -lm17n-flt? ${HAVE_M17N_FLT}"
3706 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}" 3708 echo " Does Emacs use -lotf? ${HAVE_LIBOTF}"
3707 echo " Does Emacs use -lxft? ${HAVE_XFT}" 3709 echo " Does Emacs use -lxft? ${HAVE_XFT}"