diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2009-12-10 19:27:37 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2009-12-10 19:27:37 +0000 |
commit | f1957a336122977549b75e87afad0d666dde0485 (patch) | |
tree | ac4f6058d998b14c294b2654c2169e9555dcae74 /configure | |
parent | c70ccbba540477f51e410ad873d6d2273d9b5378 (diff) | |
download | emacs-f1957a336122977549b75e87afad0d666dde0485.tar.gz |
configure.in: Check for RSVG if GNUStep is used.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
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" |