From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:43:43 +0000 (+0000) Subject: Check librsvg2 also for Mac Carbon. X-Git-Tag: emacs-pretest-23.0.90~11365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7abdcaf4c8a4ef0ee268b8abad319c87eddaa599;p=emacs.git Check librsvg2 also for Mac Carbon. --- 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