Fix the detection of the toolset name for GCC.
commit1f03854ca86f67df58108a30df12c78ba884658a
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Thu, 1 Nov 2007 17:25:42 +0000 (1 18:25 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Thu, 1 Nov 2007 17:25:42 +0000 (1 18:25 +0100)
treece5499bd6de3491c422cf1faaa2e85a4ff5bb06a
parent4e1fdb599f27c7c9995fe0b20933b613a2e81a59
Fix the detection of the toolset name for GCC.

* build-aux/boost.m4 (_BOOST_gcc_test): New internal helper.
(_BOOST_FIND_COMPILER_TAG): Use _BOOST_gcc_test to take into account
the minor version number of GCC into the toolset name.
* configure.ac: Invoke _BOOST_FIND_COMPILER_TAG to warn earlier
about unknown toolsets.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
build-aux/boost.m4
configure.ac