From: Gaetan Nadon Date: Tue, 19 Nov 2013 16:58:45 +0000 (-0500) Subject: configure.ac: AC_PROG_CC_C99: use C99 compiler X-Git-Tag: libevdev-0.5~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdb42481efa4cf5f1e95865bd3a6a5fb134ccd94;p=platform%2Fupstream%2Flibevdev.git configure.ac: AC_PROG_CC_C99: use C99 compiler Given the close ties with input drivers and xserver, might as well use the same level of compiler. Signed-off-by: Gaetan Nadon Signed-off-by: Peter Hutterer --- diff --git a/configure.ac b/configure.ac index 4de3aea..75d53d7 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_SUBST(LIBEVDEV_LT_VERSION) AM_SILENT_RULES([yes]) # Check for programs -AC_PROG_CC +AC_PROG_CC_C99 # Initialize libtool LT_PREREQ([2.2])