diff options
-rw-r--r-- | src/eom-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |