summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-22 20:28:49 +0000
committerDavid Robillard <d@drobilla.net>2009-07-22 20:28:49 +0000
commit267f6871113c79ea18f82c50a63be8dd33e21b87 (patch)
treeeeb317303a72d1eb6e33e63ff018bcab5debe3ca /wscript
parent004ea15bd77989535565f1d38f66d2caff645d3d (diff)
downloadingen-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
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9d5db587..d1581d00 100644
--- a/wscript
+++ b/wscript
@@ -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)