From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:44:20 +0000 (+0000) Subject: Reflect configure.in change manually. X-Git-Tag: emacs-pretest-23.0.90~11364 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae0476ed503863d93ff733c7f4ce31c06c087317;p=emacs.git Reflect configure.in change manually. --- 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}"