13
0

Make boost signals2.hpp header mandatory during configuration.

git-svn-id: svn://localhost/ardour2/branches/3.0@6838 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-04-02 15:54:04 +00:00
parent 69f135517a
commit 499303c2bc

View File

@ -459,7 +459,7 @@ def configure(conf):
if Options.options.boost_sp_debug:
conf.env.append_value('CXXFLAGS', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
autowaf.check_header(conf, 'boost/signals2.hpp')
autowaf.check_header(conf, 'boost/signals2.hpp', mandatory = True)
conf.check_cc(fragment = "#include <boost/version.hpp>\nint main(void) { return (BOOST_VERSION >= 103900 ? 0 : 1); }\n",
execute = "1",