From: cristy Date: Sat, 9 Mar 2013 17:29:47 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b3b297ca8dd0c7373357c3cc7f5f5e43d78e71;p=imagemagick --- diff --git a/coders/svg.c b/coders/svg.c index 629e3c53e..171d5b183 100644 --- a/coders/svg.c +++ b/coders/svg.c @@ -93,11 +93,11 @@ #if defined(MAGICKCORE_RSVG_DELEGATE) #include "librsvg/rsvg.h" -#if defined(MAGICKCORE_CAIRO_DELEGATE) +#if !LIBRSVG_CHECK_VERSION(2,36,2) #include "librsvg/rsvg-cairo.h" -#endif #include "librsvg/librsvg-features.h" #endif +#endif /* Typedef declarations.