Remove bogus sanity checks -- the content factory removed the need for these.

svn path=/trunk/netsurf/; revision=13988
This commit is contained in:
John Mark Bell 2012-06-26 23:06:37 +00:00
parent 638e135c60
commit a1b119b2cc

View File

@ -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