From 3bca8da541c48ea2e29a53d3b0ca1f63a538b285 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 22 Jul 2021 15:12:37 -0700 Subject: [PATCH] Add check for typeof support in compiler --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 75895de..8a075af 100644 --- a/configure.ac +++ b/configure.ac @@ -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