From: Paul Brossier Date: Thu, 22 Sep 2016 17:15:58 +0000 (+0200) Subject: wscript: add stdarg.h X-Git-Tag: 0.4.4~213 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f3343008c690f4e67347fd57e8c8436437d72788;p=aubio.git wscript: add stdarg.h --- diff --git a/wscript b/wscript index 8697c91b..359d2eed 100644 --- a/wscript +++ b/wscript @@ -110,6 +110,7 @@ def configure(ctx): ctx.check(header_name='math.h') ctx.check(header_name='string.h') ctx.check(header_name='limits.h') + ctx.check(header_name='stdarg.h') ctx.check(header_name='getopt.h', mandatory = False) ctx.check(header_name='unistd.h', mandatory = False)