Removed define that disables auto-linking for bjam builds since it is no longer required.

[SVN r20774]
This commit is contained in:
John Maddock
2003-11-10 11:26:39 +00:00
parent 6bb6cddad6
commit 7ba011232c

View File

@ -9,7 +9,6 @@ subproject libs/regex/build ;
template regex-options template regex-options
: # sources : # sources
: # requirements : # requirements
<define>BOOST_REGEX_NO_LIB=1
<debug><define>BOOST_REGEX_CONFIG_INFO=1 <debug><define>BOOST_REGEX_CONFIG_INFO=1
<sysinclude>$(BOOST_ROOT) <sysinclude>$(BOOST_ROOT)
<native-wchar_t>on <native-wchar_t>on
@ -63,3 +62,5 @@ stage stage/lib : <lib>boost_regex <dll>boost_regex
install regex lib install regex lib
: <dll>boost_regex <lib>boost_regex : <dll>boost_regex <lib>boost_regex
; ;