From ae0476ed503863d93ff733c7f4ce31c06c087317 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:44:20 +0000 Subject: [PATCH] Reflect configure.in change manually. --- ChangeLog | 4 ++++ configure | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index daf391fbbf4..b1a7544baea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-08-23 YAMAMOTO Mitsuharu + + * configure.in: Check librsvg2 also for Mac Carbon. + 2007-08-22 Romain Francoise * make-dist: Follow reorganization of files in etc/. diff --git a/configure b/configure index f3737d0a327..24f3a5cc677 100755 --- a/configure +++ b/configure @@ -11079,7 +11079,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 if test "X${with_pkg_config_prog}" != X; then PKG_CONFIG="${with_pkg_config_prog}" -- 2.39.2