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
commit6d65c60c18fd5a4ab6e60d861dfa0d00c22335ef (patch)
tree55571b2242b02b66ca8abc8fc2a205d5857da33b /configure.in
parent6822b2f2a6a0cb4ff85917612291b0e17aecc9d9 (diff)
downloademacs-6d65c60c18fd5a4ab6e60d861dfa0d00c22335ef.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, :, :)