From c45fa840bcf78aea6763518953191e04b7046f79 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Mon, 2 Feb 2015 13:17:40 +0100 Subject: [PATCH] Add AC_PROG_CC_C99 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 690c4bc..03ebdbf 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,7 @@ AC_LANG([C]) # Use C not C++ # Checks for programs. AC_PROG_CC +AC_PROG_CC_C99 # or AC_PROG_CC_89 to force C89 mode or AC_PROG_CC_STDC to go to latest supported standard (currently C99) # In case that you want to check for specific versions of gcc # For example in case that you need C11 support you want to