Removed ICU options from main requirements: BBv2 barfs at it.

[SVN r40205]
This commit is contained in:
John Maddock
2007-10-20 09:20:30 +00:00
parent 8627f6266c
commit 4c23414558

View File

@ -12,7 +12,6 @@ project
# There are unidentified linker problems on these platforms: # There are unidentified linker problems on these platforms:
<toolset>mipspro-7.4:<link>static <toolset>mipspro-7.4:<link>static
<toolset>sun-5.9:<link>static <toolset>sun-5.9:<link>static
<source>../build//icu_options
; ;
# #
@ -56,14 +55,14 @@ local regress-sources = regress/$(R_SOURCE) ;
test-suite regex test-suite regex
: :
[ run regress/$(R_SOURCE) ../build//boost_regex [ run regress/$(R_SOURCE) ../build//boost_regex ../build//icu_options
: # command line : # command line
: # input files : # input files
: # requirements : # requirements
: regex_regress ] : regex_regress ]
[ run regress/$(R_SOURCE) ../build//boost_regex [ run regress/$(R_SOURCE) ../build//boost_regex
../../thread/build//boost_thread ../../thread/build//boost_thread ../build//icu_options
: # command line : # command line
: # input files : # input files
: # requirements : # requirements
@ -133,9 +132,3 @@ test-suite regex
; ;