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" ;
-}