summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2009-12-10 19:27:37 +0000
committerJan Djärv <jan.h.d@swipnet.se>2009-12-10 19:27:37 +0000
commitad38561a6ee5d90129a7a643a13a8416267dc90a (patch)
tree13eb80929d2c3008f70cfd4c639802427d3bb37c /configure.in
parent45f26114551ee801c8d772c3c9c6a5ebc00e2dd3 (diff)
downloademacs-ad38561a6ee5d90129a7a643a13a8416267dc90a.tar.gz
configure.in: Check for RSVG if GNUStep is used.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8320448d855..32208c76170 100644
--- a/configure.in
+++ b/configure.in
@@ -1610,7 +1610,7 @@ fi
### 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 "${NS_IMPL_GNUSTEP}" = "yes"; then
if test "${with_rsvg}" != "no"; then
RSVG_REQUIRED=2.11.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"