Update of /cvsroot/boost/boost/libs/regex/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25281/libs/regex/build

Modified Files:
      Tag: RC_1_34_0
        Jamfile.v2 
Log Message:
Improve ICU support.  See http://svn.boost.org/trac/boost/ticket/976

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/regex/build/Jamfile.v2,v
retrieving revision 1.7.4.5
retrieving revision 1.7.4.6
diff -u -d -r1.7.4.5 -r1.7.4.6
--- Jamfile.v2  17 Feb 2007 12:22:26 -0000      1.7.4.5
+++ Jamfile.v2  22 May 2007 17:24:25 -0000      1.7.4.6
@@ -45,6 +45,10 @@
             {
                gICU_CORE_LIB = icuuc ;
             }
+            else if [ GLOB $(dir)/lib : icuuc.* ]
+            {
+               gICU_CORE_LIB = icuuc ;
+            }
             else if [ GLOB $(dir)/lib : libicuuc.* ]
             {
                gICU_CORE_LIB = icuuc ;
@@ -188,3 +192,4 @@
 
 
 
+


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to