Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaefbd6c

Browse files
committed
Clean up <stdbool.h> reference in meson.build.
Commit bc5a4dfc accidentally left a check for <stdbool.h> inmeson.build's header_checks. Synchronize with configure, which nolonger defines HAVE_STDBOOL_H.There is still a reference to <stdbool.h> in an earlier test to see ifwe need -std=c99 to get C99 features, like autoconf 2.69'sAC_PROG_CC_C99. (Therefore the test remove by this commit wastautological since day one: you'd have copped "C compiler does notsupport C99" before making it this far.)Back-patch to 16, where meson begins.
1 parente266a0e commitaefbd6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,6 @@ header_checks = [
24072407
'ifaddrs.h',
24082408
'langinfo.h',
24092409
'mbarrier.h',
2410-
'stdbool.h',
24112410
'strings.h',
24122411
'sys/epoll.h',
24132412
'sys/event.h',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp