configure: require c99
authorPeter Hutterer <peter.hutterer@who-t.net>
Fri, 6 Dec 2013 04:52:38 +0000 (14:52 +1000)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 15 Dec 2013 20:07:50 +0000 (21:07 +0100)
This enables a few nice things that gcc would otherwise not allow.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac

index af21866..6d02770 100644 (file)
@@ -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])