diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 70bd1fd5..9de46582 100644 --- a/configure.ac +++ b/configure.ac @@ -237,6 +237,9 @@ dnl AC_MSG_ERROR([Cannot find a type to use in place of socklen_t]) ]) TYPE_SOCKLEN_T +dnl Check for C11 _Noreturn +GAWK_AC_NORETURN + dnl checks for functions AC_FUNC_VPRINTF AC_FUNC_MKTIME |