wscript: intelipp checks disabled by default
authorPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 18:04:15 +0000 (20:04 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 1 Oct 2017 18:04:15 +0000 (20:04 +0200)
wscript

diff --git a/wscript b/wscript
index 5ee1d8d..35f582a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -50,7 +50,7 @@ def options(ctx):
     add_option_enable_disable(ctx, 'fftw3', default = False,
             help_str = 'compile with fftw3 instead of ooura',
             help_disable_str = 'do not compile with fftw3')
     add_option_enable_disable(ctx, 'fftw3', default = False,
             help_str = 'compile with fftw3 instead of ooura',
             help_disable_str = 'do not compile with fftw3')
-    add_option_enable_disable(ctx, 'intelipp', default = None,
+    add_option_enable_disable(ctx, 'intelipp', default = False,
             help_str = 'use Intel IPP libraries (auto)',
             help_disable_str = 'do not use Intel IPP libraries')
     add_option_enable_disable(ctx, 'complex', default = False,
             help_str = 'use Intel IPP libraries (auto)',
             help_disable_str = 'do not use Intel IPP libraries')
     add_option_enable_disable(ctx, 'complex', default = False,