Skip to content

Commit 274a219

Browse files
committed
Remove BPL build conditional as it prevents normal build failures.
[SVN r39731]
1 parent abc4abf commit 274a219

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

build/Jamfile.v2

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import modules ;
77

88
import python ;
99

10-
if [ python.configured ] {
11-
1210

1311
project boost/python
1412
: source-location ../src
@@ -70,9 +68,3 @@ lib boost_python
7068
<link>static:<define>BOOST_PYTHON_STATIC_LIB
7169
<link>shared:<define>BOOST_PYTHON_DYNAMIC_LIB
7270
;
73-
}
74-
else
75-
{
76-
ECHO "warning: Python location is not configured" ;
77-
ECHO "warning: the Boost.Python library won't be built" ;
78-
}

0 commit comments

Comments
 (0)