Mercurial > pidgin.yaz
changeset 13809:cd93e6e90044
[gaim-migrate @ 16238]
let you disable libxml2 support
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 10 Jun 2006 17:39:15 +0000 |
parents | 34d086c78a0d |
children | a84523152a24 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Thu Jun 08 15:13:39 2006 +0000 +++ b/configure.ac Sat Jun 10 17:39:15 2006 +0000 @@ -178,6 +178,7 @@ PKG_CHECK_MODULES(LIBXML, libxml-2.0, ,enable_libxml=no) AC_SUBST(LIBXML_CFLAGS) AC_SUBST(LIBXML_LIBS) +AC_ARG_ENABLE(libxml,[ --disable-libxml compile without libxml2 support],enable_libxml=no) if test "x$enable_libxml" = "xyes"; then AC_DEFINE(HAVE_LIBXML, 1, [Use libxml2 for xml parsing]) fi