From: Paul Brossier Date: Mon, 30 Dec 2013 20:49:56 +0000 (-0400) Subject: wscript: variadic functions should be optional X-Git-Tag: 0.4.1~102^2~18 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=413d4bf1d989020078e76348b303557283b995c1;p=aubio.git wscript: variadic functions should be optional --- diff --git a/wscript b/wscript index 9e5664a0..c2a074d8 100644 --- a/wscript +++ b/wscript @@ -151,7 +151,8 @@ def configure(ctx): if ctx.check_cc(fragment = check_c99_varargs, type='cstlib', - msg = 'Checking for C99 __VA_ARGS__ macro'): + msg = 'Checking for C99 __VA_ARGS__ macro', + mandatory = False): ctx.define('HAVE_C99_VARARGS_MACROS', 1) # double precision mode