scons: make a failure to link boost_python non-fatal

This commit is contained in:
Dane Springmeyer 2012-07-06 18:31:36 -07:00
parent 17d3414b7a
commit b74738dd91

View file

@ -1345,8 +1345,8 @@ if not preconfigured:
if not conf.CheckLibWithHeader(libs=[env['BOOST_PYTHON_LIB']], header='boost/python/detail/config.hpp', language='C++'):
color_print(1, 'Could not find library "%s" for boost python bindings' % env['BOOST_PYTHON_LIB'])
env['MISSING_DEPS'].append('boost python')
# failing on launchpad, so let's make it a warning for now
#env['MISSING_DEPS'].append('boost python')
if env['CAIRO']:
if conf.CheckPKGConfig('0.15.0') and conf.CheckPKG('pycairo'):