scons: remove uneeded BOOST_SPIRIT_THREADSAFE flag - closes #1706
This commit is contained in:
parent
8c8df19cc7
commit
1356775299
1 changed files with 1 additions and 1 deletions
|
@ -1491,7 +1491,7 @@ if not preconfigured:
|
|||
|
||||
# Common C++ flags.
|
||||
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 :
|
||||
common_cxx_flags = '-D%s ' % env['PLATFORM'].upper()
|
||||
|
||||
|
|
Loading…
Reference in a new issue