From a1b119b2cc13da321902311f38cd159ec56821d0 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 26 Jun 2012 23:06:37 +0000 Subject: Remove bogus sanity checks -- the content factory removed the need for these. svn path=/trunk/netsurf/; revision=13988 --- utils/config.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'utils') diff --git a/utils/config.h b/utils/config.h index 8b6ce900a..cd64683d5 100644 --- a/utils/config.h +++ b/utils/config.h @@ -125,13 +125,4 @@ char *realpath(const char *path, char *resolved_path); #define NO_IPV6 #endif -/* Configuration sanity checks: */ -#if defined(WITH_NS_SVG) && defined(WITH_RSVG) - #error Cannot build WITH_NS_SVG and WITH_RSVG both enabled -#endif - -#if defined(WITH_NSSPRITE) && defined(WITH_SPRITE) - #error Cannot build WITH_NSSPRITE and WITH_SPRITE both enabled -#endif - #endif -- cgit v1.2.3