From b9d3df5e808f5e626ff7bbb181a04014dc081a53 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 2 Nov 2012 19:40:38 +0000 Subject: Switch to Expat by default --- Makefile.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.config b/Makefile.config index 4e0ab22..254dfdf 100644 --- a/Makefile.config +++ b/Makefile.config @@ -2,7 +2,8 @@ # Build the libxml2 binding? # yes | no -WITH_LIBXML_BINDING := yes +WITH_LIBXML_BINDING := no +WITH_EXPAT_BINDING := yes # Build the hubbub binding? # yes | no -- cgit v1.2.3