Mercurial > emacs
changeset 82778:e284140aa5be
Reflect configure.in change manually.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Thu, 23 Aug 2007 08:44:02 +0000 |
parents | 18556eea77d8 |
children | 93f5d4f57e4d |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Aug 23 08:43:43 2007 +0000 +++ b/configure Thu Aug 23 08:44:02 2007 +0000 @@ -11079,7 +11079,7 @@ ### 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}"