From 7abdcaf4c8a4ef0ee268b8abad319c87eddaa599 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:43:43 +0000 Subject: [PATCH] Check librsvg2 also for Mac Carbon. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4516cf00d6f..6c3f41264b1 100644 --- a/configure.in +++ b/configure.in @@ -2126,7 +2126,7 @@ fi ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then if test "${with_rsvg}" != "no"; then dnl Check if `--with-pkg-config-prog' has been given. if test "X${with_pkg_config_prog}" != X; then -- 2.39.2