Changeset 748 for trunk/SConstruct
- Timestamp:
- 10/08/08 02:30:38 (3 months ago)
- Files:
-
- 1 modified
-
trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r724 r748 190 190 for count, libinfo in enumerate(BOOST_LIBSHEADERS): 191 191 if env['THREADING'] == 'multi' : 192 if not conf.CheckLibWithHeader('boost_%s%s%s' % (libinfo[0], thread_suffix,env['BOOST_APPEND']), libinfo[1], 'C++') and libinfo[2] :192 if not conf.CheckLibWithHeader('boost_%s%s%s' % (libinfo[0],env['BOOST_APPEND'],thread_suffix), libinfo[1], 'C++') and libinfo[2] : 193 193 color_print(1,'Could not find header or shared library for boost %s, exiting!' % libinfo[0]) 194 194 Exit(1)
