From 267f6871113c79ea18f82c50a63be8dd33e21b87 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/ingen@2171 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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) -- cgit v1.2.1