From 07544ceb801f30b94ff8661fb4fdd086058f2c43 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 22 Nov 2020 11:05:32 +0100 Subject: eom-image: warning -Wexpansion-to-defined --- src/eom-image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eom-image.c b/src/eom-image.c index e56655e..0ea3a49 100644 --- a/src/eom-image.c +++ b/src/eom-image.c @@ -958,7 +958,7 @@ eom_image_real_load (EomImage *img, } if (!strcmp (mime_type, "image/svg+xml") -#if LIBRSVG_CHECK_FEATURE(SVGZ) +#if defined (LIBRSVG_HAVE_SVGZ) && LIBRSVG_HAVE_SVGZ || !strcmp (mime_type, "image/svg+xml-compressed") #endif ) { -- cgit v1.2.1