Make boost_system optional as boost before 1.35.0 doesn't have it and

mapnik seems to compile fine without it.
This commit is contained in:
Tom Hughes 2008-07-29 08:07:02 +00:00
parent 018852148c
commit 08aae2622f

View file

@ -154,7 +154,7 @@ CXX_LIBSHEADERS = [
]
BOOST_LIBSHEADERS = [
['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
['system', 'boost/system/system_error.hpp', False],
['filesystem', 'boost/filesystem/operations.hpp', True],
['regex', 'boost/regex.hpp', True],
['iostreams','boost/iostreams/device/mapped_file.hpp',True],