Fix uninitialised variable causing garbage output from panners in some cases.
[ardour.git] / libs / vamp-sdk / wscript
index aabac61ea1201a344c9f639ab4b959ad7a520628..aa4dfdc1daadc4b0bf384ca4ea666ec89c264ebf 100644 (file)
@@ -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, 'fftw3', uselib_store='FFTW3', mandatory=True)
     autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True)
     conf.env.append_value('CXXFLAGS', '-DHAVE_FFTW3')