Require librsvg >= 2.11.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 26 Feb 2009 22:58:09 +0000 (22:58 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 26 Feb 2009 22:58:09 +0000 (22:58 +0000)
configure.in

index 85ff104..1d364b8 100644 (file)
@@ -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, :, :)