Boost logo

Boost-Build :

From: Jürgen Hunold (hunold_at_[hidden])
Date: 2005-05-12 08:00:45


Hi !

The attached patch corrects a copy and waste error in
libs/regex/build/Jamfile.v2

rule check-icu-config

globs for

        else if [ GLOB $(dir)/lib : libicui18n.* ]

but adds

           gICU_IN_LIB = icuin ;

I think this should be icui18n, too.
At least this works for me with libicu 2.8 on debian AMD64.

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold ! Institut für Verkehrswesen, Eisenbahnbau
* voice: ++49 511 762-2529 ! und -betrieb, Universität Hannover  
* fax : ++49 511 762-3001 ! Appelstrasse 9a, D-30167 Hannover
* hunold_at_[hidden] ! www.ive.uni-hannover.de
 --Boundary-00=_9N1gCMha0DUC8hw Content-Type: text/x-diff;
charset="utf-8";
name="Jamfile.v2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="Jamfile.v2.diff"
Index: Jamfile.v2
=================================RCS file: /cvsroot/boost/boost/libs/regex/build/Jamfile.v2,v
retrieving revision 1.4
diff -u -5 -p -r1.4 Jamfile.v2
--- Jamfile.v2	13 Jan 2005 17:04:24 -0000	1.4
+++ Jamfile.v2	12 May 2005 12:52:25 -0000
@@ -45,11 +45,11 @@ rule check-icu-config ( )
{
gICU_IN_LIB = icuin ;
}
else if [ GLOB $(dir)/lib : libicui18n.* ]
{
- gICU_IN_LIB = icuin ;
+ gICU_IN_LIB = icui18n ;
}
else if [ GLOB $(ICU_PATH)/lib : cygicuin.dll ]
{
gICU_IN_LIB = cygicuin.dll ;
}
 --Boundary-00=_9N1gCMha0DUC8hw-- 

Boost-Build 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