wscript: no need to check jack version
authorPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 06:09:11 +0000 (01:09 -0500)
committerPaul Brossier <piem@piem.org>
Tue, 10 Dec 2013 06:09:11 +0000 (01:09 -0500)
Signed-off-by: Paul Brossier <piem@piem.org>
wscript

diff --git a/wscript b/wscript
index 2cf2ba4..3d5aab4 100644 (file)
--- 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