configure.ac: set -std=gnu11

Change-Id: I8fe45ab98a2a000a428a17d586f4dd4f1ba5f2d6
This commit is contained in:
Oliver Smith 2021-01-27 17:45:08 +01:00 committed by osmith
parent e74594b247
commit e8ab2f3148
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)
CFLAGS="$CFLAGS -std=gnu11"
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])