]> git.eshelyaron.com Git - emacs.git/commitdiff
Check librsvg2 also for Mac Carbon.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:43:43 +0000 (08:43 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 23 Aug 2007 08:43:43 +0000 (08:43 +0000)
configure.in

index 4516cf00d6f1a0f03a501af23c29463447fc401a..6c3f41264b16b456daf8cf5b02e9b2ac1eb08560 100644 (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