+2009-01-22 Yavor Doganov <yavor@gnu.org> (tiny change)
+
+ * configure.in (HAVE_RSVG): Use librsvg under HAVE_NS also. (Bug#616)
+
2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in: Add support for m68k-*-netbsd.
### 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 "${HAVE_NS}" = "yes"; then
if test "${with_rsvg}" != "no"; then
RSVG_REQUIRED=2.0.0
RSVG_MODULE="librsvg-2.0 >= $RSVG_REQUIRED"