configure.ac: set -std=gnu11

Change-Id: I5ea5365338248e29591a40ec1e19db95f8ae6877
This commit is contained in:
Oliver Smith 2021-01-27 17:50:52 +01:00 committed by osmith
parent cc90bfd0f4
commit dd746949d0
1 changed files with 2 additions and 0 deletions

View File

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