Skip to content

Commit

Permalink
Restore AC_PROG_CC_STDC to configure.ac
Browse files Browse the repository at this point in the history
We do require C99 (or greater) to compile the runtime system and gcc
4.8.4 on Ubuntu 14.04 (as provided by TravisCI) defaults to
"-std=gnu90".
  • Loading branch information
MatthewFluet committed Dec 8, 2017
1 parent cabaa6e commit 31aeba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -40,6 +40,7 @@ AC_CONFIG_HEADERS([config.h])
###############################################################################

AC_PROG_CC
AC_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
Expand Down

0 comments on commit 31aeba9

Please sign in to comment.