Enable C99 if available

Hopefully we can now mix-and-match code and declaration in the C test files.
This commit is contained in:
Behdad Esfahbod 2018-02-16 15:36:20 -08:00
parent 926db87455
commit 94d32d1b83
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ LT_INIT([disable-static])
# Check for programs
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_PROG_CXX
dnl AX_CXX_COMPILE_STDCXX(11, noext, optional)