From e9596db92ba6302a54c23fdd2d883989d55cf5b2 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 13 May 2005 12:31:07 +0000 Subject: [PATCH] Fix como build options to disable thread support. [SVN r28861] --- build/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Jamfile b/build/Jamfile index 7dfb768a..75a6f6e0 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -124,7 +124,8 @@ template regex-options $(BOOST_ROOT) # on # como requires this: - <*>BOOST_REGEX_NO_W32=1 + <*>BOOST_REGEX_NO_W32=1 + <*>BOOST_SP_DISABLE_THREADS=1 $(BOOST_REGEX_ICU_OPTS) ; template regex-test-options