diff configure.in @ 102292:6c0a88c3e025

Require librsvg >= 2.11.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 26 Feb 2009 22:58:09 +0000
parents dce7aeb52608
children 5b3e677bf111
line wrap: on
line diff
--- a/configure.in	Thu Feb 26 22:58:00 2009 +0000
+++ b/configure.in	Thu Feb 26 22:58:09 2009 +0000
@@ -1493,7 +1493,7 @@
 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, :, :)