Fix como build options to disable thread support.

[SVN r28861]
This commit is contained in:
John Maddock
2005-05-13 12:31:07 +00:00
parent b912fb5b64
commit e9596db92b

View File

@ -124,7 +124,8 @@ template regex-options
<sysinclude>$(BOOST_ROOT)
# <native-wchar_t>on
# como requires this:
<como-win32><*><define>BOOST_REGEX_NO_W32=1
<como-4_3_3-vc7_1><*><define>BOOST_REGEX_NO_W32=1
<como-4_3_3-vc7_1><*><define>BOOST_SP_DISABLE_THREADS=1
$(BOOST_REGEX_ICU_OPTS)
;
template regex-test-options