summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-07-12 15:13:20 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-07-12 15:13:20 +0200
commit812715a471c8854359733b11aec53fc31f56648f (patch)
treec97b626e5e77426e56d8714951ee26c85dc61764 /configure.ac
parent955db220053778bd1e47ff9daf87896b7fd52a67 (diff)
parent305abae50e8e10471125be6cdf3a7270befea0b0 (diff)
downloademacs-812715a471c8854359733b11aec53fc31f56648f.tar.gz
Merge from origin/emacs-26
305abae50e Raise required librsvg version so as to match the current use c6775bc9ca * lisp/net/tramp-sh.el (tramp-inline-compress-start-size):...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 774f8e5eb92..c093d8650da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2603,7 +2603,7 @@ fi
HAVE_RSVG=no
if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = "mingw32"; then
if test "${with_rsvg}" != "no"; then
- RSVG_REQUIRED=2.11.0
+ RSVG_REQUIRED=2.14.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
EMACS_CHECK_MODULES([RSVG], [$RSVG_MODULE])