mirror of https://github.com/nirenjan/libx52.git
Add check for typeof support in compiler
parent
50f77119ff
commit
3bca8da541
|
@ -22,6 +22,7 @@ AX_GCC_FUNC_ATTRIBUTE([constructor])
|
||||||
AX_GCC_FUNC_ATTRIBUTE([destructor])
|
AX_GCC_FUNC_ATTRIBUTE([destructor])
|
||||||
AX_GCC_FUNC_ATTRIBUTE([format])
|
AX_GCC_FUNC_ATTRIBUTE([format])
|
||||||
AX_GCC_FUNC_ATTRIBUTE([noreturn])
|
AX_GCC_FUNC_ATTRIBUTE([noreturn])
|
||||||
|
AC_C_TYPEOF
|
||||||
|
|
||||||
AC_MSG_NOTICE([Detected host OS is ${host_os}])
|
AC_MSG_NOTICE([Detected host OS is ${host_os}])
|
||||||
build_linux=no
|
build_linux=no
|
||||||
|
|
Loading…
Reference in New Issue