changeset 13811:e0e8959d92a0

[gaim-migrate @ 16241] autotools continues to confuse me committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 10 Jun 2006 18:09:57 +0000
parents a84523152a24
children 65ac70a8a661
files configure.ac
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Sat Jun 10 18:01:11 2006 +0000
+++ b/configure.ac	Sat Jun 10 18:09:57 2006 +0000
@@ -174,12 +174,12 @@
 dnl #################
 dnl # LibXML2
 dnl #################
-enable_libxml=yes
-PKG_CHECK_MODULES(LIBXML, libxml-2.0, ,enable_libxml=no)
+enable_libxml2=yes
+PKG_CHECK_MODULES(LIBXML, libxml-2.0, ,enable_libxml2=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_ARG_ENABLE(libxml,[  --disable-libxml     compile without libxml2 support],enable_libxml2=no)
+if test "x$enable_libxml2" = "xyes"; then
 	AC_DEFINE(HAVE_LIBXML, 1, [Use libxml2 for xml parsing])
 fi
 
@@ -1797,6 +1797,7 @@
 eval echo DBUS servies directory........ : $DBUS_SERVICES_DIR
 fi
 echo Build with Cyrus SASL support. : $enable_cyrus_sasl
+echo Build with libxml2 support.... : $enable_libxml2
 echo Has you....................... : yes
 echo
 echo