From: Paul Brossier Date: Sat, 23 Apr 2016 18:56:36 +0000 (+0200) Subject: wscript: make getopt.h optional X-Git-Tag: 0.4.4~300^2~231 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d746ef8bc35f9cd0f976f6f879e37e1519d7c6f1;p=aubio.git wscript: make getopt.h optional --- diff --git a/wscript b/wscript index 041a4364..25f18083 100644 --- a/wscript +++ b/wscript @@ -108,7 +108,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='getopt.h') + ctx.check(header_name='getopt.h', mandatory = False) ctx.check(header_name='unistd.h') target_platform = Options.platform