$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Regex] Building Boost.Regex with ICU
From: Artyom (artyomtnk_at_[hidden])
Date: 2010-09-21 00:49:12
> >
> > We should probably create a separate ICU module
> > for Boost.Build if it's going to be used by more than
> > one library.
>
> How about making a configure check for ICU be libs/config//icu ?
>
> - Volodya
Or maybe just document or implement a functionality that allows
to check existence and likability of generic library
and generic header? (as I for example need iconv as well)
Once time pass more and more Boost libraries would actually use
3rd part components as reinventing the wheel sometimes quite hard.
My $0.02
Artyom