]> git.eshelyaron.com Git - emacs.git/commitdiff
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 85ff104d5f6f3e160b5e144eba729da7e5dd7ff0..1d364b84b162c43d8d1c294e0b1aa1380d56aed5 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, :, :)