comparison configure.in @ 82777:18556eea77d8

Check librsvg2 also for Mac Carbon.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 23 Aug 2007 08:43:43 +0000
parents e0dc64260fb5
children c657f0071d5d
comparison
equal deleted inserted replaced
82776:e60bd7840253 82777:18556eea77d8
2124 fi 2124 fi
2125 fi 2125 fi
2126 2126
2127 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 2127 ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
2128 HAVE_RSVG=no 2128 HAVE_RSVG=no
2129 if test "${HAVE_X11}" = "yes"; then 2129 if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then
2130 if test "${with_rsvg}" != "no"; then 2130 if test "${with_rsvg}" != "no"; then
2131 dnl Check if `--with-pkg-config-prog' has been given. 2131 dnl Check if `--with-pkg-config-prog' has been given.
2132 if test "X${with_pkg_config_prog}" != X; then 2132 if test "X${with_pkg_config_prog}" != X; then
2133 PKG_CONFIG="${with_pkg_config_prog}" 2133 PKG_CONFIG="${with_pkg_config_prog}"
2134 fi 2134 fi