diff options
author | David Robillard <d@drobilla.net> | 2009-07-22 20:28:49 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-07-22 20:28:49 +0000 |
commit | 4d72590401376be130b7fabcab678ad8ce04d789 (patch) | |
tree | 536d694a63f5145f75908005272f4f66974425d9 /wscript | |
parent | 6871f333687f14af438172914d33b8423dd0c90d (diff) | |
download | raul-4d72590401376be130b7fabcab678ad8ce04d789.tar.gz raul-4d72590401376be130b7fabcab678ad8ce04d789.tar.bz2 raul-4d72590401376be130b7fabcab678ad8ce04d789.zip |
Remove no longer necessary autowaf.check_tool.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2171 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def set_options(opt): def configure(conf): autowaf.configure(conf) - autowaf.check_tool(conf, 'compiler_cxx') + conf.check_tool('compiler_cxx') autowaf.check_pkg(conf, 'glibmm-2.4', atleast_version='2.14.0', uselib_store='GLIBMM', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', atleast_version='2.14.0', |