Allow ICU_PATH path-constant in project-config to work.

It is only affecting build if not ICU_PATH is set on command line.


[SVN r52176]
This commit is contained in:
Vladimir Prus
2009-04-04 21:20:18 +00:00
parent 3e62631ecb
commit 6f7f8a6886

View File

@ -10,10 +10,13 @@ project boost/regex
# #
# ICU configuration: # ICU configuration:
# #
local ICU_PATH = [ modules.peek : ICU_PATH ] ; if [ modules.peek : ICU_PATH ]
{
ICU_PATH = [ modules.peek : ICU_PATH ] ;
}
rule check-icu-config ( ) rule check-icu-config ( )
{ {
local ICU_PATH = [ modules.peek : ICU_PATH ] ;
local HAVE_ICU = [ modules.peek : HAVE_ICU ] ; local HAVE_ICU = [ modules.peek : HAVE_ICU ] ;
local ICU_LINK = [ modules.peek : ICU_LINK ] ; local ICU_LINK = [ modules.peek : ICU_LINK ] ;