From 355799ce0bbb078237dfc1ae9874bbc5342acbc4 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 17 Dec 2009 23:55:02 +0000 Subject: Merge branches/MarkieB/gtkmain to trunk. svn path=/trunk/netsurf/; revision=9729 --- utils/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/config.h') diff --git a/utils/config.h b/utils/config.h index e184c6964..c86770b6e 100644 --- a/utils/config.h +++ b/utils/config.h @@ -70,6 +70,11 @@ char *strchrnul(const char *s, int c); #define WITH_MMAP #endif +#if defined(gtk) + #define WITH_THEME_INSTALL +#endif + + /* Configuration sanity checks: */ #if defined(WITH_NS_SVG) && defined(WITH_RSVG) #error Cannot build WITH_NS_SVG and WITH_RSVG both enabled -- cgit v1.2.3