# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1187858642 0 # Node ID e284140aa5be2e0544588060032ddb05ce5170ae # Parent 18556eea77d8e49b40fcae5d5d366b10e11738d7 Reflect configure.in change manually. diff -r 18556eea77d8 -r e284140aa5be configure --- 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}"