Changeset 721 for trunk

Show
Ignore:
Timestamp:
07/29/08 04:07:02 (5 months ago)
Author:
tom
Message:

Make boost_system optional as boost before 1.35.0 doesn't have it and
mapnik seems to compile fine without it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r707 r721  
    155155 
    156156BOOST_LIBSHEADERS = [ 
    157     ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35 
     157    ['system', 'boost/system/system_error.hpp', False], 
    158158    ['filesystem', 'boost/filesystem/operations.hpp', True], 
    159159    ['regex', 'boost/regex.hpp', True],