From b0776cb4eaafbe1dab3acbdffeeaa0732be6dc39 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Sat, 4 Jun 2016 20:10:04 +0200 Subject: [PATCH] Fix building of librsvg if requested This typo was preventing the svg loader to be built in every cases --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ba0e1bf46..da9d7d2a1d 100644 --- a/configure.ac +++ b/configure.ac @@ -2879,7 +2879,7 @@ if test "x${want_libraw}" = "xyes"; then PKG_CHECK_MODULES([LIBRAW], [libraw], [have_raw="yes"]) fi -if test "x${want_librsvg}" = "xyes"; then +if test "x${want_rsvg}" = "xyes"; then PKG_CHECK_MODULES([RSVG], [librsvg-2.0 >= 2.14.0 cairo >= 1.0.0], [have_rsvg="yes"]) PKG_CHECK_MODULES( [SVG_2_36], [librsvg-2.0 >= 2.36.0 cairo >= 1.0.0],