diff options
author | Thomas White <taw@physics.org> | 2017-03-13 11:06:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-03-13 11:06:55 +0100 |
commit | 8986433c649932c651b11719a31ba842f283fa2e (patch) | |
tree | 070bd3135d2f7ec406b41cee689803d922acbf6a /configure.ac | |
parent | 08dc0c910402124d23d90ac5f910b81786f673c1 (diff) |
Ask for C99 in configure.ac, remove weird C99 declarations
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8044a145..a570abe4 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([subdir-objects]) AC_PROG_CC gl_EARLY AM_PROG_CC_C_O +AC_PROG_CC_C99 AC_PROG_AWK AC_PROG_INSTALL AC_PROG_LN_S |