]> git.eshelyaron.com Git - emacs.git/commitdiff
configure.in: Check for RSVG if GNUStep is used.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Dec 2009 19:27:37 +0000 (19:27 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 10 Dec 2009 19:27:37 +0000 (19:27 +0000)
ChangeLog
configure
configure.in

index f33f84c64c7791f08395b879969771888ef4edbe..fbd8c01daf74401c930ee8a257d2d3248c16aa0a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-10  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * configure.in: Check for RSVG if GNUStep is used.
+
 2009-12-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * configure.in: Don't check for RSVG or GConf unless X11 is used.
index 79dfe0fdbdf9d4b63215ac936726dfdccda44afc..8372aab03c3ca45e62e81077928f0c411eaf24f3 100755 (executable)
--- 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"
index 8320448d8552a91335beb6d81867acb412e6a301..32208c761709d55db1beba1e34429785247badd2 100644 (file)
@@ -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"