2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

Merge from trunk

[SVN r39768]
This commit is contained in:
Nicola Musatti
2007-10-07 20:10:53 +00:00
parent 7b2c5f8526
commit 90bd95a36e

View File

@@ -7,8 +7,6 @@ import modules ;
import python ;
if [ python.configured ] {
project boost/python
: source-location ../src
@@ -70,9 +68,3 @@ lib boost_python
<link>static:<define>BOOST_PYTHON_STATIC_LIB
<link>shared:<define>BOOST_PYTHON_DYNAMIC_LIB
;
}
else
{
ECHO "warning: Python location is not configured" ;
ECHO "warning: the Boost.Python library won't be built" ;
}