From 7ba011232cb5a13f68d7134305aed28c0075c888 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 10 Nov 2003 11:26:39 +0000 Subject: [PATCH] Removed define that disables auto-linking for bjam builds since it is no longer required. [SVN r20774] --- build/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 2cd91127..825a6e1b 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -9,7 +9,6 @@ subproject libs/regex/build ; template regex-options : # sources : # requirements - BOOST_REGEX_NO_LIB=1 BOOST_REGEX_CONFIG_INFO=1 $(BOOST_ROOT) on @@ -63,3 +62,5 @@ stage stage/lib : boost_regex boost_regex install regex lib : boost_regex boost_regex ; + +