From d746ef8bc35f9cd0f976f6f879e37e1519d7c6f1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 23 Apr 2016 20:56:36 +0200 Subject: [PATCH] wscript: make getopt.h optional --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0