From ebaafb9026230ca06c18d45dd0af057b0607c672 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 31 Mar 2006 21:34:02 +0000 Subject: [PATCH] (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(-) diff --git a/Makefile b/Makefile index aca462a00d..8d50f80319 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