projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6775bc
)
Raise required librsvg version so as to match the current use
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 12 Jul 2019 00:03:39 +0000
(09:03 +0900)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 12 Jul 2019 00:03:39 +0000
(09:03 +0900)
* configure.ac: Set RSVG_REQUIRED to 2.14.0 as rsvg_handle_get_dimensions
needs it.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index aead404b5fd445e408f68c124f9a00e0c5aae797..a79b322ecdd035ecc051da052ef9af248cf86134 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2500,7
+2500,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.1
1
.0
+ RSVG_REQUIRED=2.1
4
.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
EMACS_CHECK_MODULES([RSVG], [$RSVG_MODULE])