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 | 745fb21107e4320f23f0187a97e02ae3d117e930 (patch) | |
tree | f2d35bd396ff568d0a3ec4d14e9ebad4621495c4 | |
parent | 38aea17ff5072bdf0b16f64e849c4ff744324531 (diff) | |
download | machina-745fb21107e4320f23f0187a97e02ae3d117e930.tar.gz machina-745fb21107e4320f23f0187a97e02ae3d117e930.tar.bz2 machina-745fb21107e4320f23f0187a97e02ae3d117e930.zip |
Remove no longer necessary autowaf.check_tool.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@2171 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,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', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gthread-2.0', uselib_store='GTHREAD', |