summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-02-26 22:58:09 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-02-26 22:58:09 +0000
commit37bc7225bd8df2931901f253d587468e29492982 (patch)
treedc911bb1c38d26a3909ca27b82969b49a03bfa2d /configure.in
parent003a2c008284c506eb3b2078abab0c980299943f (diff)
downloademacs-37bc7225bd8df2931901f253d587468e29492982.tar.gz
Require librsvg >= 2.11.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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, :, :)