From ef331759b01a415ba4d09b4940aa052f9ceedf7c Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Sun, 20 Oct 2013 15:19:56 +0200 Subject: [PATCH] If we write C99, we better make sure we compile as such --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 796e47bf4..64236d265 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,7 @@ fi AC_USE_SYSTEM_EXTENSIONS AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_CXX # check for C++ compiler explicitly and fail if none is found, do this check -- 2.11.4.GIT