From 1bb40930635c85502d4320bfa81cda25d6a1a3d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 22 Jul 2009 20:28:49 +0000 Subject: Remove no longer necessary autowaf.check_tool. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2171 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 2fb3177..4e45735 100644 --- a/wscript +++ b/wscript @@ -49,7 +49,7 @@ def set_options(opt): def configure(conf): autowaf.configure(conf) - autowaf.check_tool(conf, 'compiler_cc') + conf.check_tool('compiler_cc') autowaf.check_pkg(conf, 'lv2core', uselib_store='LV2CORE', atleast_version='1.0', mandatory=True) autowaf.check_pkg(conf, 'redland', uselib_store='REDLAND', atleast_version='1.0.6', mandatory=True) autowaf.check_pkg(conf, 'jack', uselib_store='JACK', atleast_version='0.107.0', mandatory=False) -- cgit v1.2.1