summaryrefslogtreecommitdiff
path: root/configure
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
parentc70ccbba540477f51e410ad873d6d2273d9b5378 (diff)
downloademacs-f1957a336122977549b75e87afad0d666dde0485.tar.gz
configure.in: Check for RSVG if GNUStep is used.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 79dfe0fdbdf..8372aab03c3 100755
--- a/configure
+++ b/configure
@@ -11327,7 +11327,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"