From 274a219965c106302dc4cb3b5f9d6f7abb63a738 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 6 Oct 2007 19:46:39 +0000 Subject: [PATCH] Remove BPL build conditional as it prevents normal build failures. [SVN r39731] --- build/Jamfile.v2 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 959a9b6f..dbb16b09 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -7,8 +7,6 @@ import modules ; import python ; -if [ python.configured ] { - project boost/python : source-location ../src @@ -70,9 +68,3 @@ lib boost_python static:BOOST_PYTHON_STATIC_LIB shared:BOOST_PYTHON_DYNAMIC_LIB ; -} -else -{ - ECHO "warning: Python location is not configured" ; - ECHO "warning: the Boost.Python library won't be built" ; -}