On 26 February 2015 at 15:44, Steven Watanabe <watanabesj@gmail.com> wrote:
On 02/26/2015 08:33 AM, Rob Desbois wrote:
> I want to build the Boost libs without ICU support in Regex, but have been
> unable to prevent it from being linked in.

You need to pass --disable-icu to b2.
It looks like the bootstrap script doesn't
record --without-icu in a way that the
regex build understands.

Many thanks Steven, that worked perfectly.