From 7b91790511f591c6d74428da5dcd1ce891402973 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sat, 7 Mar 2020 22:52:57 +0000 Subject: [PATCH] build-sys: remove duplicate STDC_HEADERS check Signed-off-by: Sami Kerola --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 905cb960..69399873 100644 --- a/meson.build +++ b/meson.build @@ -151,9 +151,6 @@ if build_rdisc == true endif if build_ninfod == true - if cc.has_header('stdio.h') and cc.has_header('stdlib.h') and cc.has_header('stddef.h') - conf.set('STDC_HEADERS', 1, description : 'Defined if we have standard c headers.') - endif foreach h : [ 'inttypes.h', 'limits.h',