From dc3878df843226f30cc4aa673cb8bebdcbcc4e61 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 2 Nov 2003 11:43:56 +0000 Subject: [PATCH] Added new macro BOOST_LIB_VERSION to version.hpp so that auto-linking code knows what version suffix to append to library file names. Updated auto-linking headers to match new Boost.Install code. [SVN r20602] --- include/boost/regex/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/config.hpp b/include/boost/regex/config.hpp index 7e5d898c..991f1cba 100644 --- a/include/boost/regex/config.hpp +++ b/include/boost/regex/config.hpp @@ -205,7 +205,7 @@ using std::distance; #endif #if (defined(BOOST_MSVC) || defined(__BORLANDC__)) && !defined(BOOST_REGEX_NO_LIB) && !defined(BOOST_REGEX_SOURCE) -# define BOOST_LIB_NAME "boost_regex" +# define BOOST_LIB_NAME boost_regex # ifdef BOOST_REGEX_DYN_LINK # define BOOST_DYN_LINK # endif