(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
authorDarkvater
Fri, 31 Mar 2006 21:34:02 +0000
changeset 3409 1f01831f0636
parent 3408 313f35564673
child 3410 1e72bc8fe03f
(svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni)
Makefile
--- a/Makefile	Fri Mar 31 21:22:41 2006 +0000
+++ b/Makefile	Fri Mar 31 21:34:02 2006 +0000
@@ -448,7 +448,7 @@
 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