From: <fac...@us...> - 2006-06-10 17:39:23
|
Revision: 16238 Author: faceprint Date: 2006-06-10 10:39:15 -0700 (Sat, 10 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16238&view=rev Log Message: ----------- let you disable libxml2 support Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-06-08 15:35:37 UTC (rev 16237) +++ trunk/configure.ac 2006-06-10 17:39:15 UTC (rev 16238) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |