Allow the Jamfile to work correctly when both HAVE_ICU and ICU_PATH are set.

[SVN r55279]
This commit is contained in:
John Maddock
2009-07-30 10:47:28 +00:00
parent cfc84473cb
commit 1ac89c0a54

View File

@ -22,7 +22,7 @@ rule check-icu-config ( )
if ! $(gICU_CONFIG_CHECKED)
{
if $(HAVE_ICU)
if $(HAVE_ICU) && ! $(ICU_PATH)
{
gHAS_ICU = true ;
gICU_CORE_LIB = icuuc ;