From eb999827d93a5bd1571ed59e5aff63aa7e26886f Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 10 Dec 2013 01:09:11 -0500 Subject: [PATCH] wscript: no need to check jack version Signed-off-by: Paul Brossier --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0