Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52754 - trunk
From: ghost_at_[hidden]
Date: 2009-05-04 06:43:02


Author: vladimir_prus
Date: 2009-05-04 06:43:02 EDT (Mon, 04 May 2009)
New Revision: 52754
URL: http://svn.boost.org/trac/boost/changeset/52754

Log:
Fix remembering of the libdir option.

Text files modified:
   trunk/bootstrap.sh | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/bootstrap.sh
==============================================================================
--- trunk/bootstrap.sh (original)
+++ trunk/bootstrap.sh 2009-05-04 06:43:02 EDT (Mon, 04 May 2009)
@@ -249,7 +249,7 @@
 fi
 
 if test "x$LIBDIR" = x; then
- LIBDIR="$EXPREFIX/lib"
+ LIBDIR="$EPREFIX/lib"
 fi
 
 if test "x$INCLUDEDIR" = x; then


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