C23: use AC_HEADER_STDBOOL #include <stdbool.h>

This commit is contained in:
Darryl L. Miles
2025-07-26 17:44:45 -04:00
committed by R. Timothy Edwards
parent 35d455fd72
commit bfbdf45b88
3 changed files with 105 additions and 8 deletions
+3
View File
@@ -129,6 +129,9 @@ AC_C_BIGENDIAN
dnl Check for required header files
AC_HEADER_STDC
dnl Check for compiler bool support
AC_HEADER_STDBOOL
dnl Need either setenv or putenv
AC_CHECK_FUNCS(setenv putenv)