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 | 267f6871113c79ea18f82c50a63be8dd33e21b87 (patch) | |
tree | eeb317303a72d1eb6e33e63ff018bcab5debe3ca | |
parent | 004ea15bd77989535565f1d38f66d2caff645d3d (diff) | |
download | ingen-267f6871113c79ea18f82c50a63be8dd33e21b87.tar.gz ingen-267f6871113c79ea18f82c50a63be8dd33e21b87.tar.bz2 ingen-267f6871113c79ea18f82c50a63be8dd33e21b87.zip |
Remove no longer necessary autowaf.check_tool.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2171 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,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', atleast_version='2.14.0', mandatory=True) autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM', atleast_version='2.11.12', mandatory=False) |