From 37bc7225bd8df2931901f253d587468e29492982 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 26 Feb 2009 22:58:09 +0000 Subject: [PATCH] Require librsvg >= 2.11. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 85ff104d5f6..1d364b84b16 100644 --- a/configure.in +++ b/configure.in @@ -1493,7 +1493,7 @@ fi HAVE_RSVG=no if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then if test "${with_rsvg}" != "no"; then - RSVG_REQUIRED=2.0.0 + RSVG_REQUIRED=2.11.0 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :) -- 2.39.5