$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2008-07-23 11:23:54
Author: dgregor
Date: 2008-07-23 11:23:53 EDT (Wed, 23 Jul 2008)
New Revision: 47719
URL: http://svn.boost.org/trac/boost/changeset/47719
Log:
Link against shared expat. Fixes #2123
Text files modified: 
   branches/release/libs/graph/build/Jamfile.v2 |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/libs/graph/build/Jamfile.v2
==============================================================================
--- branches/release/libs/graph/build/Jamfile.v2	(original)
+++ branches/release/libs/graph/build/Jamfile.v2	2008-07-23 11:23:53 EDT (Wed, 23 Jul 2008)
@@ -26,7 +26,7 @@
   optional_sources += graphml.cpp ;
   optional_reqs += <include>$(EXPAT_INCLUDE) 
                    <library-path>$(EXPAT_LIBPATH) 
-                   <find-static-library>expat
+                   <find-shared-library>expat
                 ;
 }
 else