diff configure.in @ 106525:12138f085fa7

configure.in: Check for RSVG if GNUStep is used.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 10 Dec 2009 19:27:37 +0000
parents d079dad917ed
children 7b9e6639caa3
line wrap: on
line diff
--- a/configure.in	Thu Dec 10 19:25:36 2009 +0000
+++ b/configure.in	Thu Dec 10 19:27:37 2009 +0000
@@ -1610,7 +1610,7 @@
 
 ### 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"