configure.ac: set -std=gnu11

Change-Id: Ie95876d1d2ebf31ff588999d85584f6981522fa8
This commit is contained in:
Oliver Smith 2021-01-27 17:59:02 +01:00 committed by osmith
parent 2a637a5c9c
commit 0f4d5791df
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
CFLAGS="$CFLAGS -std=gnu11"
dnl Linux kernel KBuild style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])