Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52176 - trunk/libs/regex/build
From: ghost_at_[hidden]
Date: 2009-04-04 17:20:19


Author: vladimir_prus
Date: 2009-04-04 17:20:18 EDT (Sat, 04 Apr 2009)
New Revision: 52176
URL: http://svn.boost.org/trac/boost/changeset/52176

Log:
Allow ICU_PATH path-constant in project-config to work.
It is only affecting build if not ICU_PATH is set on command line.

Text files modified:
   trunk/libs/regex/build/Jamfile.v2 | 7 +++++--
   1 files changed, 5 insertions(+), 2 deletions(-)

Modified: trunk/libs/regex/build/Jamfile.v2
==============================================================================
--- trunk/libs/regex/build/Jamfile.v2 (original)
+++ trunk/libs/regex/build/Jamfile.v2 2009-04-04 17:20:18 EDT (Sat, 04 Apr 2009)
@@ -10,10 +10,13 @@
 #
 # ICU configuration:
 #
-local ICU_PATH = [ modules.peek : ICU_PATH ] ;
+if [ modules.peek : ICU_PATH ]
+{
+ ICU_PATH = [ modules.peek : ICU_PATH ] ;
+}
+
 rule check-icu-config ( )
 {
- local ICU_PATH = [ modules.peek : ICU_PATH ] ;
    local HAVE_ICU = [ modules.peek : HAVE_ICU ] ;
    local ICU_LINK = [ modules.peek : ICU_LINK ] ;
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk