From d23daf225ded571bd60d5711803817994ad9dfaf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 12 Apr 2002 18:21:42 +0000 Subject: [PATCH] Choose BOOST_PYTHON_DYNAMIC_LIB by default [SVN r13462] --- include/boost/python/detail/config.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index c0cb41e2..ab21a37b 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -79,6 +79,8 @@ // backwards compatibility: #ifdef BOOST_PYTHON_STATIC_LIB # define BOOST_PYTHON_STATIC_LINK +# elif !defined(BOOST_PYTHON_DYNAMIC_LIB) +# define BOOST_PYTHON_DYNAMIC_LIB #endif #if defined(__MWERKS__) \