configure.ac: set -std=gnu11

Change-Id: I924b20265af945f5687d473b06f546ed9ac0c09b
This commit is contained in:
Oliver Smith 2021-01-27 17:48:09 +01:00
parent 0e7068f40c
commit b4d25076b4
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ LT_INIT
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9])
CFLAGS="$CFLAGS -std=gnu11"
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])