mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-24 10:00:08 +01:00
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:
parent
5c1f55d9ce
commit
fdb42481ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue