summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Sabo <DanielSabo@gmail.com>2013-10-09 00:05:02 -0700
committerDaniel Sabo <DanielSabo@gmail.com>2013-10-09 00:05:02 -0700
commitf6bc68aa47bf17f27d03c9ebee8169e3e560e64f (patch)
treef9e3eda9f4cb14da2927f7fa1aaa3ed803287ecd /configure.ac
parentbd9351190cfbf7dd7983e8007b6280244de1955a (diff)
Request a C99 compatible compiler
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 ae0f33c2..bfc31150 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,6 +143,7 @@ AM_MAINTAINER_MODE([enable])
dnl Checks for programs.
AC_PROG_CC
+AC_PROG_CC_C99
AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET