Check librsvg2 also for Mac Carbon.

This commit is contained in:
YAMAMOTO Mitsuharu 2007-08-23 08:43:43 +00:00
parent 666e0eda65
commit 7abdcaf4c8

View file

@ -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