Don't undef BOOST_TOOLSET after use.

[SVN r30544]
This commit is contained in:
John Maddock
2005-08-12 16:01:02 +00:00
parent 6e9f9132b4
commit 181c8d364a

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) #if defined(BOOST_LIB_NAME)
# undef BOOST_LIB_NAME # undef BOOST_LIB_NAME
#endif #endif
#if defined(BOOST_LIB_TOOLSET) // Don't undef this one: it can be set by the user and should be the
# undef BOOST_LIB_TOOLSET // same for all libraries:
#endif //#if defined(BOOST_LIB_TOOLSET)
//# undef BOOST_LIB_TOOLSET
//#endif
#if defined(BOOST_LIB_THREAD_OPT) #if defined(BOOST_LIB_THREAD_OPT)
# undef BOOST_LIB_THREAD_OPT # undef BOOST_LIB_THREAD_OPT
#endif #endif