summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 19:40:38 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-02 19:40:38 +0000
commit58239bd942a6def60b45eff6f278be72e716e5e1 (patch)
tree2a07cb1074e00818f0511a1fc76a1550b7974ef9 /Makefile.config
parentddb0c667f20c5eee99e31ac41a4146aac4af1e1a (diff)
downloadlibdom-58239bd942a6def60b45eff6f278be72e716e5e1.tar.gz
libdom-58239bd942a6def60b45eff6f278be72e716e5e1.tar.bz2
Switch to Expat by default
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config3
1 files changed, 2 insertions, 1 deletions
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