forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaefbd6c
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2407 | 2407 | | |
2408 | 2408 | | |
2409 | 2409 | | |
2410 | | - | |
2411 | 2410 | | |
2412 | 2411 | | |
2413 | 2412 | | |
| |||
0 commit comments
Comments
(0)