diff options
| author | YAMAMOTO Mitsuharu | 2019-07-12 09:03:39 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2019-07-12 09:03:39 +0900 |
| commit | 305abae50e8e10471125be6cdf3a7270befea0b0 (patch) | |
| tree | 08ccce69088cee1c9cb15a12594fc1dba929b4b8 | |
| parent | c6775bc9ca9d321bda258e812198a37d29947aff (diff) | |
| download | emacs-305abae50e8e10471125be6cdf3a7270befea0b0.tar.gz emacs-305abae50e8e10471125be6cdf3a7270befea0b0.zip | |
Raise required librsvg version so as to match the current use
* configure.ac: Set RSVG_REQUIRED to 2.14.0 as rsvg_handle_get_dimensions
needs it.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aead404b5fd..a79b322ecdd 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2500,7 +2500,7 @@ fi | |||
| 2500 | HAVE_RSVG=no | 2500 | HAVE_RSVG=no |
| 2501 | if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = "mingw32"; then | 2501 | if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${opsys}" = "mingw32"; then |
| 2502 | if test "${with_rsvg}" != "no"; then | 2502 | if test "${with_rsvg}" != "no"; then |
| 2503 | RSVG_REQUIRED=2.11.0 | 2503 | RSVG_REQUIRED=2.14.0 |
| 2504 | RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" | 2504 | RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" |
| 2505 | 2505 | ||
| 2506 | EMACS_CHECK_MODULES([RSVG], [$RSVG_MODULE]) | 2506 | EMACS_CHECK_MODULES([RSVG], [$RSVG_MODULE]) |