From 7ec7ba37dbeeee678ec573bcfe0594660fbe5195 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 6 Aug 2007 22:17:42 +0000 Subject: Fix debug build svn path=/trunk/netsurf/; revision=3477 --- utils/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index 3dbc0a6df..2db084634 100644 --- a/utils/config.h +++ b/utils/config.h @@ -62,8 +62,10 @@ char *strndup(const char *s, size_t n); #else /* We're likely to have a working mmap() */ #define WITH_MMAP - /* Use librsvg and Cairo for rendering SVG */ - #define WITH_RSVG + #if !defined(DEBUG_BUILD) + /* Use librsvg and Cairo for rendering SVG */ + #define WITH_RSVG + #endif #endif #if defined(WITH_NS_SVG) && defined(WITH_RSVG) -- cgit v1.2.3