From 142df6f9638e10d0712e092d902f7670965a88f9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 30 Jul 2010 22:04:44 +0200 Subject: configure: Disable xml backend by default We don't want to enable it by default when nobody uses it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a2c2d9b84..e75f0db19 100644 --- a/configure.ac +++ b/configure.ac @@ -626,7 +626,7 @@ dnl =========================================================================== CAIRO_ENABLE_SURFACE_BACKEND(recording, recording, always) CAIRO_ENABLE_SURFACE_BACKEND(tee, tee, no) -CAIRO_ENABLE_SURFACE_BACKEND(xml, xml, yes, [ +CAIRO_ENABLE_SURFACE_BACKEND(xml, xml, no, [ use_xml=$have_libz xml_NONPKGCONFIG_LIBS=-lz ]) -- cgit v1.2.3