Chris reports that boost 1.39 is sufficient.
git-svn-id: svn://localhost/ardour2/branches/3.0@6404 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a2ec28fd26
commit
b37dbcea75
7
wscript
7
wscript
@ -457,13 +457,12 @@ def configure(conf):
|
|||||||
|
|
||||||
autowaf.check_header(conf, 'boost/signals2.hpp')
|
autowaf.check_header(conf, 'boost/signals2.hpp')
|
||||||
|
|
||||||
conf.check_cc(fragment = "#include <boost/version.hpp>\nint main(void) { return (BOOST_VERSION >= 104000 ? 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",
|
||||||
mandatory = True,
|
mandatory = True,
|
||||||
define_name = 'boost_old_enough',
|
msg = 'Checking for boost library >= 1.39',
|
||||||
msg = 'Checking for boost library >= 1.40',
|
|
||||||
okmsg = 'ok',
|
okmsg = 'ok',
|
||||||
errmsg = 'too old\nPlease install boost version 1.40 or higher.')
|
errmsg = 'too old\nPlease install boost version 1.39 or higher.')
|
||||||
|
|
||||||
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2')
|
autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', atleast_version='2.2')
|
||||||
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.2')
|
autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', atleast_version='2.2')
|
||||||
|
Loading…
Reference in New Issue
Block a user