comment out boost_system

This commit is contained in:
Artem Pavlenko 2007-10-05 11:29:55 +00:00
parent d1a345a3d2
commit 6d83b199a4

View file

@ -130,7 +130,7 @@ if env['BIDI'] : C_LIBSHEADERS.append(['fribidi','fribidi/fribidi.h',True])
BOOST_LIBSHEADERS = [
['thread', 'boost/thread/mutex.hpp', True],
['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
# ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
['filesystem', 'boost/filesystem/operations.hpp', True],
['regex', 'boost/regex.hpp', True],
['program_options', 'boost/program_options.hpp', False]