Don't undef BOOST_LIB_TOOLSET.

[SVN r30593]
This commit is contained in:
John Maddock
2005-08-16 17:30:58 +00:00
parent 1dc53e1676
commit b8dacfc5f8

View File

@@ -321,9 +321,11 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.
#if defined(BOOST_LIB_NAME)
# undef BOOST_LIB_NAME
#endif
#if defined(BOOST_LIB_TOOLSET)
# undef BOOST_LIB_TOOLSET
#endif
// Don't undef this one: it can be set by the user and should be the
// same for all libraries:
//#if defined(BOOST_LIB_TOOLSET)
//# undef BOOST_LIB_TOOLSET
//#endif
#if defined(BOOST_LIB_THREAD_OPT)
# undef BOOST_LIB_THREAD_OPT
#endif
@@ -352,3 +354,4 @@ BOOST_LIB_VERSION: The Boost version, in the form x_y, for Boost version x.y.