scons: remove uneeded BOOST_SPIRIT_THREADSAFE flag - closes #1706

This commit is contained in:
Dane Springmeyer 2013-01-29 17:23:10 -05:00
parent 8c8df19cc7
commit 1356775299

View file

@ -1491,7 +1491,7 @@ if not preconfigured:
# Common C++ flags. # Common C++ flags.
if env['THREADING'] == 'multi': if env['THREADING'] == 'multi':
common_cxx_flags = '-D%s -DBOOST_SPIRIT_THREADSAFE -DMAPNIK_THREADSAFE ' % env['PLATFORM'].upper() common_cxx_flags = '-D%s -DMAPNIK_THREADSAFE ' % env['PLATFORM'].upper()
else : else :
common_cxx_flags = '-D%s ' % env['PLATFORM'].upper() common_cxx_flags = '-D%s ' % env['PLATFORM'].upper()