Clean up <stdbool.h> reference in meson.build.
authorThomas Munro <[email protected]>
Mon, 25 Nov 2024 22:29:31 +0000 (11:29 +1300)
committerThomas Munro <[email protected]>
Mon, 25 Nov 2024 22:29:36 +0000 (11:29 +1300)
Commit bc5a4dfc accidentally left a check for <stdbool.h> in
meson.build's header_checks.  Synchronize with configure, which no
longer defines HAVE_STDBOOL_H.

There is still a reference to <stdbool.h> in an earlier test to see if
we need -std=c99 to get C99 features, like autoconf 2.69's
AC_PROG_CC_C99.  (Therefore the test remove by this commit was
tautological since day one: you'd have copped "C compiler does not
support C99" before making it this far.)

Back- to 16, where meson begins.

meson.build

index b55faea7f5f6828863154bc8442c4e896a0b353e..83e61d0f4a83fcf3bd210598be2601f4a4960b1c 100644 (file)
@@ -2387,7 +2387,6 @@ header_checks = [
   'getopt.h',
   'ifaddrs.h',
   'mbarrier.h',
-  'stdbool.h',
   'strings.h',
   'sys/epoll.h',
   'sys/event.h',