aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in2
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.
2128HAVE_RSVG=no 2128HAVE_RSVG=no
2129if test "${HAVE_X11}" = "yes"; then 2129if 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