diff --git a/SConstruct b/SConstruct index 923a03f68..a2e0385c3 100644 --- a/SConstruct +++ b/SConstruct @@ -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()