Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83791 - trunk/tools/build/v2/build
From: steven_at_[hidden]
Date: 2013-04-06 21:30:21


Author: steven_watanabe
Date: 2013-04-06 21:30:21 EDT (Sat, 06 Apr 2013)
New Revision: 83791
URL: http://svn.boost.org/trac/boost/changeset/83791

Log:
Fix logged library name
Text files modified:
   trunk/tools/build/v2/build/ac.jam | 6 ++----
   1 files changed, 2 insertions(+), 4 deletions(-)

Modified: trunk/tools/build/v2/build/ac.jam
==============================================================================
--- trunk/tools/build/v2/build/ac.jam (original)
+++ trunk/tools/build/v2/build/ac.jam 2013-04-06 21:30:21 EDT (Sat, 06 Apr 2013)
@@ -227,10 +227,8 @@
                     {
                         includes = ;
                     }
- local name = $(lookup[2]) ;
- local link-opt = $(lookup[3]) ;
- local library = [ ac.construct-library $(name) :
- [ $(property-set).refine [ property-set.create $(link-opt) ] ] : $(library-path) ] ;
+ local library = [ ac.construct-library $(lookup[2]) :
+ [ $(property-set).refine [ property-set.create $(lookup[3]) ] ] : $(library-path) ] ;
                     configure.log-library-search-result $(name) : "yes (cached)" ;
                     return [ $(library[1]).add-raw <include>$(includes) ] $(library[2-]) ;
                 }


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