Add check for typeof support in compiler

reverse-scroll
nirenjan 2021-07-22 15:12:37 -07:00
parent 50f77119ff
commit 3bca8da541
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ AX_GCC_FUNC_ATTRIBUTE([constructor])
AX_GCC_FUNC_ATTRIBUTE([destructor])
AX_GCC_FUNC_ATTRIBUTE([format])
AX_GCC_FUNC_ATTRIBUTE([noreturn])
AC_C_TYPEOF
AC_MSG_NOTICE([Detected host OS is ${host_os}])
build_linux=no