[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.
This commit is contained in:
Chris Wilson 2007-10-10 12:32:16 +01:00
parent 785cb5b7e1
commit bee05467a5

View file

@ -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,