Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-06 15:46:39


Author: grafik
Date: 2007-10-06 15:46:39 EDT (Sat, 06 Oct 2007)
New Revision: 39731
URL: http://svn.boost.org/trac/boost/changeset/39731

Log:
Remove BPL build conditional as it prevents normal build failures.
Text files modified:
   trunk/libs/python/build/Jamfile.v2 | 8 --------
   1 files changed, 0 insertions(+), 8 deletions(-)

Modified: trunk/libs/python/build/Jamfile.v2
==============================================================================
--- trunk/libs/python/build/Jamfile.v2 (original)
+++ trunk/libs/python/build/Jamfile.v2 2007-10-06 15:46:39 EDT (Sat, 06 Oct 2007)
@@ -7,8 +7,6 @@
 
 import python ;
 
-if [ python.configured ] {
-
 
 project boost/python
   : source-location ../src
@@ -70,9 +68,3 @@
         <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" ;
-}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk