From 90bd95a36efcf10ce39e1a0350e33dae1f4be0d7 Mon Sep 17 00:00:00 2001 From: Nicola Musatti Date: Sun, 7 Oct 2007 20:10:53 +0000 Subject: [PATCH] Merge from trunk [SVN r39768] --- 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" ; -}