Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58668 - trunk/tools/build/v2/kernel
From: ghost_at_[hidden]
Date: 2010-01-04 05:36:08


Author: vladimir_prus
Date: 2010-01-04 05:36:08 EST (Mon, 04 Jan 2010)
New Revision: 58668
URL: http://svn.boost.org/trac/boost/changeset/58668

Log:
Only use Python port of Boost.Build when exactly '--python' is passed.
Fixes #3814.

Text files modified:
   trunk/tools/build/v2/kernel/bootstrap.jam | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/kernel/bootstrap.jam
==============================================================================
--- trunk/tools/build/v2/kernel/bootstrap.jam (original)
+++ trunk/tools/build/v2/kernel/bootstrap.jam 2010-01-04 05:36:08 EST (Mon, 04 Jan 2010)
@@ -131,7 +131,7 @@
 #
 if ! $(dont-build)
 {
- if ! [ MATCH (--python) : $(ARGV) ]
+ if ! --python in $(ARGV)
     {
         # Allow users to override the build system file from the
         # command-line (mostly for testing)


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