diff options
author | Darkvater <Darkvater@openttd.org> | 2006-03-31 21:34:02 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-03-31 21:34:02 +0000 |
commit | d68a25daa89e51e222bbadd89dff48b2b54766b8 (patch) | |
tree | 6b3cd3f3ed894aeac3432aa1268b9fd24216a4b6 | |
parent | 38cd74a0bdd12960f0b367b5c868e12180907167 (diff) | |
download | openttd-d68a25daa89e51e222bbadd89dff48b2b54766b8.tar.xz |
(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |