raster pushed a commit to branch master.

commit 75260655bd5e931fcfb94ed9acba40c4f2d54597
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri May 17 08:08:19 2013 +0900

    fix back #if version check that breaks on older rsvg's
---
 src/bin/svg/main.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/svg/main.c b/src/bin/svg/main.c
index 89a48fa..b8d85f0 100644
--- a/src/bin/svg/main.c
+++ b/src/bin/svg/main.c
@@ -8,7 +8,9 @@
 #include <Eina.h>
 
 #include <librsvg/rsvg.h>
-#if !LIBRSVG_CHECK_VERSION(2,36,2)
+#include <librsvg/librsvg-features.h>
+#if LIBRSVG_CHECK_VERSION(2,36,2)
+#else
 #include <librsvg/rsvg-cairo.h>
 #endif
 

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to