configure.ac: set -std=gnu11

Change-Id: I708fe349fd506613af0e62a62bf6cbe611a06eef
This commit is contained in:
Oliver Smith 2021-01-27 17:57:44 +01:00
parent faea029a46
commit e3f31bedd3
1 changed files with 2 additions and 0 deletions

View File

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