summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-03-31 21:34:02 +0000
committerDarkvater <Darkvater@openttd.org>2006-03-31 21:34:02 +0000
commitd68a25daa89e51e222bbadd89dff48b2b54766b8 (patch)
tree6b3cd3f3ed894aeac3432aa1268b9fd24216a4b6 /Makefile
parent38cd74a0bdd12960f0b367b5c868e12180907167 (diff)
downloadopenttd-d68a25daa89e51e222bbadd89dff48b2b54766b8.tar.xz
(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aca462a00..8d50f8031 100644
--- a/Makefile
+++ b/Makefile
@@ -448,7 +448,7 @@ LIBS += $(shell $(LIBPNG_CONFIG) --L_opts $(PNGCONFIG_FLAGS))
endif
endif
-# iconv is enabled defaultly on OSX > 10.3
+# iconv is enabled defaultly on OSX >= 10.3
ifdef OSX
ifndef JAGUAR
WITH_ICONV=1