From ce5a068daf000db82009efab3d79b5ea6a6a2a7f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Dec 2013 14:52:38 +1000 Subject: [PATCH] configure: require c99 This enables a few nice things that gcc would otherwise not allow. Signed-off-by: Peter Hutterer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index af21866..6d02770 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) # Check for programs -AC_PROG_CC +AC_PROG_CC_C99 # Initialize libtool LT_PREREQ([2.2]) -- 2.7.4