diff options
author | rbuj <[email protected]> | 2020-11-22 11:05:32 +0100 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2020-12-11 10:49:08 -0500 |
commit | 07544ceb801f30b94ff8661fb4fdd086058f2c43 (patch) | |
tree | a1db1f8e78a64c0b9827e3680b80b4d66be879b9 /src | |
parent | 062d865de69b4763a88ba7a0d26ef70bf052ae02 (diff) | |
download | eom-07544ceb801f30b94ff8661fb4fdd086058f2c43.tar.bz2 eom-07544ceb801f30b94ff8661fb4fdd086058f2c43.tar.xz |
eom-image: warning -Wexpansion-to-defined
Diffstat (limited to 'src')
-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 ) { |