Mercurial > emacs
changeset 102292:6c0a88c3e025
Require librsvg >= 2.11.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 26 Feb 2009 22:58:09 +0000 |
parents | 37c9ba3b3371 |
children | ba3189bbf89b |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Feb 26 22:58:00 2009 +0000 +++ b/configure.in Thu Feb 26 22:58:09 2009 +0000 @@ -1493,7 +1493,7 @@ 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, :, :)