From: Peter Hutterer Date: Fri, 6 Dec 2013 04:52:38 +0000 (+1000) Subject: configure: require c99 X-Git-Tag: 0.1.0~134 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce5a068daf000db82009efab3d79b5ea6a6a2a7f;p=platform%2Fupstream%2Flibinput.git configure: require c99 This enables a few nice things that gcc would otherwise not allow. Signed-off-by: Peter Hutterer --- 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])