From 8c1538b15209c10480ef526fe5d90f2b14f9e49b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 25 Nov 2009 09:05:08 +0000 Subject: [PATCH] fix typo --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b3dc059df..129d51481 100644 --- a/SConstruct +++ b/SConstruct @@ -661,7 +661,7 @@ if not preconfigured: # requires custom supplied headers since Apple does not include them # details: http://lists.apple.com/archives/xcode-users/2005/Jun/msg00633.html # To use system lib download and make && make install one of these: - http://www.opensource.apple.com/tarballs/ICU/ + # http://www.opensource.apple.com/tarballs/ICU/ # then copy the headers to a location that mapnik will find if env['ICU_LIB_NAME'] == 'icucore': env.Append(CXXFLAGS = '-DU_HIDE_DRAFT_API')