comparison configure.in @ 102292:6c0a88c3e025

Require librsvg >= 2.11.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 26 Feb 2009 22:58:09 +0000
parents dce7aeb52608
children 5b3e677bf111
comparison
equal deleted inserted replaced
102291:37c9ba3b3371 102292:6c0a88c3e025
1491 1491
1492 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 1492 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
1493 HAVE_RSVG=no 1493 HAVE_RSVG=no
1494 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then 1494 if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes"; then
1495 if test "${with_rsvg}" != "no"; then 1495 if test "${with_rsvg}" != "no"; then
1496 RSVG_REQUIRED=2.0.0 1496 RSVG_REQUIRED=2.11.0
1497 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED" 1497 RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"
1498 1498
1499 PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :) 1499 PKG_CHECK_MODULES(RSVG, $RSVG_MODULE, :, :)
1500 AC_SUBST(RSVG_CFLAGS) 1500 AC_SUBST(RSVG_CFLAGS)
1501 AC_SUBST(RSVG_LIBS) 1501 AC_SUBST(RSVG_LIBS)