From bee05467a5f398eaaaa8d79b3ff0a8b119856143 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 10 Oct 2007 12:32:16 +0100 Subject: [PATCH] [configure.in] Initialise test_svg. Set test_svg to no prior for checking for SVG availability so that the printed summary is correct if the user explicitly disables the SVG surface on the configure command line. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 004d9213b..7c7639799 100644 --- a/configure.in +++ b/configure.in @@ -613,6 +613,7 @@ CAIRO_BACKEND_ENABLE(svg, SVG, svg, SVG_SURFACE, auto, [ ]) LIBRSVG_VERSION_REQUIRED=2.15.0 +test_svg=no if test "x$use_svg" = "xyes"; then librsvg_DEPENDENCY="librsvg-2.0 >= $LIBRSVG_VERSION_REQUIRED" PKG_CHECK_MODULES(LIBRSVG, $librsvg_DEPENDENCY gdk-2.0,