configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg statically.
+2013-12-08 Eli Zaretskii <eliz@gnu.org>
+
+ * configure.ac (HAVE_RSVG) [mingw32]: Don't link against librsvg
+ statically.
+
2013-12-08 Paul Eggert <eggert@cs.ucla.edu>
* configure.ac: Simplify supression of GTK deprecation warning.
if test $HAVE_RSVG = yes; then
AC_DEFINE(HAVE_RSVG, 1, [Define to 1 if using librsvg.])
CFLAGS="$CFLAGS $RSVG_CFLAGS"
+ # Windows loads librsvg dynamically
+ if test "${opsys}" = "mingw32"; then
+ RSVG_LIBS=
+ fi
LIBS="$RSVG_LIBS $LIBS"
fi
fi