]> git.eshelyaron.com Git - emacs.git/commitdiff
Reflect configure.in change manually.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:44:20 +0000 (08:44 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:44:20 +0000 (08:44 +0000)
ChangeLog
configure

index daf391fbbf485908e2dc5716c7bc59ae265158cb..b1a7544baeadc831dae910d3fc61cd34d13db08b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * configure.in: Check librsvg2 also for Mac Carbon.
+
 2007-08-22  Romain Francoise  <romain@orebokech.com>
 
        * make-dist: Follow reorganization of files in etc/.
index f3737d0a327cab8abce5e2bb3cce6b9d971d91d7..24f3a5cc6778517e37edeb439d7e546a42f38ba9 100755 (executable)
--- 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}"