(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)

This commit is contained in:
Darkvater
2006-03-31 21:34:02 +00:00
parent 38cd74a0bd
commit d68a25daa8

View File

@@ -448,7 +448,7 @@ LIBS += $(shell $(LIBPNG_CONFIG) --L_opts $(PNGCONFIG_FLAGS))
endif endif
endif endif
# iconv is enabled defaultly on OSX > 10.3 # iconv is enabled defaultly on OSX >= 10.3
ifdef OSX ifdef OSX
ifndef JAGUAR ifndef JAGUAR
WITH_ICONV=1 WITH_ICONV=1