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:
parent
69f135517a
commit
499303c2bc
2
wscript
2
wscript
@ -459,7 +459,7 @@ def configure(conf):
|
|||||||
if Options.options.boost_sp_debug:
|
if Options.options.boost_sp_debug:
|
||||||
conf.env.append_value('CXXFLAGS', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
|
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",
|
conf.check_cc(fragment = "#include <boost/version.hpp>\nint main(void) { return (BOOST_VERSION >= 103900 ? 0 : 1); }\n",
|
||||||
execute = "1",
|
execute = "1",
|
||||||
|
Loading…
Reference in New Issue
Block a user