mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
C23: use AC_HEADER_STDBOOL #include <stdbool.h>
This commit is contained in:
committed by
R. Timothy Edwards
parent
35d455fd72
commit
bfbdf45b88
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user