Skip to content

Commit

Permalink
build-sys: remove duplicate STDC_HEADERS check
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Kerola <[email protected]>
  • Loading branch information
kerolasa committed Mar 7, 2020
1 parent 02a004f commit 7b91790
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7b91790

Please sign in to comment.