From fa3c5f8e647c89a268d18fe17c53797a7bc2ecc6 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 23 Jun 2014 14:38:19 +0200 Subject: Add warning when librsvg is not found/used and add it to she summary Make it more clear for packagers that scaling will not work for svg files. See https://github.com/mate-desktop/eom/issues/52 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') 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} " -- cgit v1.2.1