summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-22 11:05:32 +0100
committerVictor Kareh <[email protected]>2020-12-11 10:49:08 -0500
commit07544ceb801f30b94ff8661fb4fdd086058f2c43 (patch)
treea1db1f8e78a64c0b9827e3680b80b4d66be879b9
parent062d865de69b4763a88ba7a0d26ef70bf052ae02 (diff)
downloadeom-07544ceb801f30b94ff8661fb4fdd086058f2c43.tar.bz2
eom-07544ceb801f30b94ff8661fb4fdd086058f2c43.tar.xz
eom-image: warning -Wexpansion-to-defined
-rw-r--r--src/eom-image.c2
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
) {