diff options
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4516cf00d6f..6c3f41264b1 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2126,7 +2126,7 @@ 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 |