summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-07-19 20:49:34 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-07-19 20:49:34 +0000
commit23e408a97835f9bbe881e788a359177be5df821a (patch)
tree06111dc71fdf12a29e9ed689a439cb1dfe442869 /utils
parentc4fe691ea4d7e36727434e0edfaeefa33c50d7b6 (diff)
downloadnetsurf-23e408a97835f9bbe881e788a359177be5df821a.tar.gz
netsurf-23e408a97835f9bbe881e788a359177be5df821a.tar.bz2
[project @ 2004-07-19 20:49:34 by joty]
Build fix (part 2). svn path=/import/netsurf/; revision=1119
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/config.h b/utils/config.h
index 44d52a8df..ba84f3b9b 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -29,7 +29,7 @@
#define WITH_PNG
#define WITH_MNG
#endif
-#ifdef defined(riscos) || defined(ncos)
+#if defined(riscos) || defined(ncos)
#define WITH_DRAW
#define WITH_SPRITE
#endif