[PATCH libevdev 3/5] configure.ac: AC_PROG_CC_C99: use C99 compiler

Gaetan Nadon memsize at videotron.ca
Tue Nov 19 08:58:45 PST 2013


Given the close ties with input drivers and xserver, might
as well use the same level of compiler.

Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 311ece5..6faa7ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,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])
-- 
1.7.9.5



More information about the Input-tools mailing list