configure.ac: set -std=gnu11

Change-Id: I19674944cea499d450571a7c6e47ab5676dc4b21
This commit is contained in:
Oliver Smith 2021-01-27 17:47:10 +01:00 committed by osmith
parent 1a469b3a7b
commit 91a98c0865
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])])