From b8dacfc5f805831a18dc030d6f0d132685652ef5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 16 Aug 2005 17:30:58 +0000 Subject: [PATCH] Don't undef BOOST_LIB_TOOLSET. [SVN r30593] --- include/boost/config/auto_link.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index 0c36f7b0..3fbe4173 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -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. +