From fdb42481efa4cf5f1e95865bd3a6a5fb134ccd94 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 19 Nov 2013 11:58:45 -0500 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.34.1