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
commitf1957a336122977549b75e87afad0d666dde0485 (patch)
treeac4f6058d998b14c294b2654c2169e9555dcae74 /configure.in
parentc70ccbba540477f51e410ad873d6d2273d9b5378 (diff)
downloademacs-f1957a336122977549b75e87afad0d666dde0485.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"