summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-10-05 14:36:44 +0000
commit93f8d3badcfb5e25fb3941a49b3a1be860ee1f31 (patch)
treedeee612f2a434017021046d2caa98b87d4eea996 /utils
parent60949d1aee553cfd1816517b987246f54530d62c (diff)
downloadnetsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.gz
netsurf-93f8d3badcfb5e25fb3941a49b3a1be860ee1f31.tar.bz2
[project @ 2004-10-05 14:36:44 by jmb]
Lose RISC OS specific includes from GIF code. Fix jpegs for the gtk build. Allow use of gifs in gtk build. svn path=/import/netsurf/; revision=1303
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/utils/config.h b/utils/config.h
index 3010f5fcc..281dd26f8 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -26,9 +26,7 @@
#define WITH_JPEG
#define WITH_MNG
#define WITH_PNG
-#if defined(riscos) || defined(ncos) || defined(debug)
- #define WITH_GIF
-#endif
+#define WITH_GIF
#if defined(riscos) || defined(ncos)
#define WITH_DRAW
#define WITH_SPRITE