# HG changeset patch # User nihathrael@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1241037052 0 # Node ID 81d623c97e5741021f63da1a56b39eb5fd0b6ba8 # Parent 92c7ce181881f223c4975854c9d5d35ffa160123 Added christoph's patch to add support for newer boost versions diff -r 92c7ce181881 -r 81d623c97e57 build/linux2-config-dist.py --- a/build/linux2-config-dist.py Fri Mar 27 11:52:55 2009 +0000 +++ b/build/linux2-config-dist.py Wed Apr 29 20:30:52 2009 +0000 @@ -21,8 +21,8 @@ context.checkSimpleLib(['SDL_image'], 'SDL_image.h') context.checkSimpleLib(['guichan']) context.checkSimpleLib(['guichan_sdl']) - context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41']) - context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41']) + context.checkSimpleLib(['boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt']) + context.checkSimpleLib(['boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt']) context.checkSimpleLib(['png'], 'png.h'); if context.env['opengl']: