mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
Clean up region.h and trim include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@8312 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fe879145fe
commit
3f30e8093e
13 changed files with 103 additions and 95 deletions
2
wscript
2
wscript
|
|
@ -458,7 +458,7 @@ def configure(conf):
|
|||
if Options.options.boost_sp_debug:
|
||||
conf.env.append_value('CXXFLAGS_BOOST', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
|
||||
|
||||
autowaf.check_header(conf, 'jack/session.h', define="JACK_SESSION")
|
||||
autowaf.check_header(conf, 'jack/session.h', define="JACK_SESSION", mandatory = False)
|
||||
|
||||
conf.check_cc(fragment = "#include <boost/version.hpp>\nint main(void) { return (BOOST_VERSION >= 103900 ? 0 : 1); }\n",
|
||||
execute = "1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue