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 <memsize@videotron.ca>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Gaetan Nadon 2013-11-19 11:58:45 -05:00 committed by Peter Hutterer
parent 5c1f55d9ce
commit fdb42481ef

View file

@ -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])