shithub: aubio

Download patch

ref: d81cae38636cdd6a7d5c7d797fb02c15b083adf8
parent: ab590670d9f766f9054ed09af6f5afc3daed960e
author: Paul Brossier <piem@piem.org>
date: Sun Jul 15 11:08:58 EDT 2012

wscript: remove cxx test

--- a/wscript
+++ b/wscript
@@ -52,7 +52,6 @@
   ctx.add_option('--with-target-platform', type='string',
       help='set target platform for cross-compilation', dest='target_platform')
   ctx.load('compiler_c')
-  ctx.load('compiler_cxx')
   ctx.load('gnu_dirs')
   ctx.load('waf_unit_test')
 
@@ -59,9 +58,7 @@
 def configure(ctx):
   import Options
   ctx.check_tool('compiler_c')
-  ctx.check_tool('compiler_cxx')
   ctx.check_tool('gnu_dirs') # helpful for autotools transition and .pc generation
-  #ctx.check_tool('misc') # needed for subst
   ctx.load('waf_unit_test')
   ctx.env.CFLAGS = ['-g']