commit 892a6dfc794599ac05c1280727eda22397a73a98 parent 2693f5cfc5a4ebc167760b637ada05cc61e30044 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 20 Jun 2016 10:20:13 +0200 use c99 Diffstat:
| M | configure.ac | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac @@ -19,6 +19,7 @@ LT_INIT # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 CFLAGS="-Wall $CFLAGS"