Check librsvg2 also for Mac Carbon.
This commit is contained in:
parent
666e0eda65
commit
7abdcaf4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue