From 0c4ebef57957eaba719f58b0fd239e18626d996f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 11 Dec 2006 02:54:48 +0000 Subject: [PATCH] Fix auto-link to look at the right variable. Make boost-build.jam point at the v2 Boost. [SVN r36318] --- include/boost/python/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index 9d3446bd..cfd762b9 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -125,7 +125,7 @@ // // If we're importing code from a dll, then tell auto_link.hpp about it: // -#if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_PYTHON_DYN_LINK) +#ifdef BOOST_PYTHON_DYNAMIC_LIB # define BOOST_DYN_LINK #endif //