diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fa2a0fb..0200ece 100644 --- a/configure.ac +++ b/configure.ac @@ -313,6 +313,8 @@ fi if test "x$have_rsvg" = "xyes"; then AC_DEFINE(HAVE_RSVG, 1, [RSVG Support.]) EOM_MODULES="$EOM_MODULES librsvg-2.0 >= $LIBRSVG_REQUIRED" +else + AC_WARN([LIBRSVG support disabled, svg files will not scale]) fi AM_CONDITIONAL([HAVE_RSVG], [test "x$have_rsvg" = "xyes"]) @@ -517,6 +519,7 @@ Configure summary: EXIF support ...............: ${have_exif} XMP support ................: ${have_exempi} JPEG support ...............: ${have_jpeg} + RSVG support ...............: ${have_rsvg} Colour management support ..: ${have_lcms} D-Bus activation............: ${have_dbus} " |