aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-03-13 11:06:55 +0100
committerThomas White <taw@physics.org>2017-03-13 11:06:55 +0100
commit8986433c649932c651b11719a31ba842f283fa2e (patch)
tree070bd3135d2f7ec406b41cee689803d922acbf6a /configure.ac
parent08dc0c910402124d23d90ac5f910b81786f673c1 (diff)
Ask for C99 in configure.ac, remove weird C99 declarations
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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