From: Paul Brossier Date: Tue, 10 Dec 2013 06:09:11 +0000 (-0500) Subject: wscript: no need to check jack version X-Git-Tag: 0.4.0~39 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=eb999827d93a5bd1571ed59e5aff63aa7e26886f;p=aubio.git wscript: no need to check jack version Signed-off-by: Paul Brossier --- diff --git a/wscript b/wscript index 2cf2ba4d..3d5aab46 100644 --- a/wscript +++ b/wscript @@ -200,7 +200,7 @@ def configure(ctx): # check for jack if (ctx.options.enable_jack != False): - ctx.check_cfg(package = 'jack', atleast_version = '0.15.0', + ctx.check_cfg(package = 'jack', args = '--cflags --libs', mandatory = False) # check for libav