From d68a25daa89e51e222bbadd89dff48b2b54766b8 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 31 Mar 2006 21:34:02 +0000 Subject: (svn r4220) - Fix (r4219): of course iconv is enabled on >= 10.3 not >; fixed comment (thanks Bjarni) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf