From 16d6b87b1b21df536aeaccbdb9efaf5f940016a8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 20 Dec 2003 12:55:02 +0000 Subject: [PATCH] Removed on requirement (it's on by default for vc7 anyway, and vc7+stlport is better without it) [SVN r21354] --- build/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index e68bec45..ca1bf157 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -11,7 +11,7 @@ template regex-options : # requirements BOOST_REGEX_CONFIG_INFO=1 $(BOOST_ROOT) - on + # on # como requires this: <*>BOOST_REGEX_NO_W32=1 ;