# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1187858623 0 # Node ID 18556eea77d8e49b40fcae5d5d366b10e11738d7 # Parent e60bd7840253f0575ccc0dc375858e9d3d2d6912 Check librsvg2 also for Mac Carbon. diff -r e60bd7840253 -r 18556eea77d8 configure.in --- 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