From c1ef7b14a3e1200817180cfaf6425e9bdf0eb51b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 19:58:05 +0000 Subject: Remove use of waf compat15 tool. Always load waf tools first (prevent smashing of --debug, DATADIR, etc). git-svn-id: svn://localhost/ardour2/branches/3.0@10163 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/vamp-plugins/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/vamp-plugins') diff --git a/libs/vamp-plugins/wscript b/libs/vamp-plugins/wscript index 4ec6c198b3..59823b0b2f 100644 --- a/libs/vamp-plugins/wscript +++ b/libs/vamp-plugins/wscript @@ -23,8 +23,8 @@ def options(opt): autowaf.set_options(opt) def configure(conf): + conf.load('compiler_cxx') autowaf.configure(conf) - conf.check_tool('compiler_cxx') autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True) autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO', mandatory=False) conf.write_config_header('libvampplugins-config.h', remove=False) -- cgit v1.2.3