changeset 82777:18556eea77d8

Check librsvg2 also for Mac Carbon.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 23 Aug 2007 08:43:43 +0000
parents e60bd7840253
children e284140aa5be
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Aug 23 03:59:55 2007 +0000
+++ b/configure.in	Thu Aug 23 08:43:43 2007 +0000
@@ -2126,7 +2126,7 @@
 
 ### 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