configure.ac: set -std=gnu11

Change-Id: Iea60698b4cb0f9c04a6f75cc4ca2ea5fbb84bae8
This commit is contained in:
Oliver Smith 2021-01-27 17:31:54 +01:00
parent 102c81cf1b
commit 5314ea43ac
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ dnl include release helper
RELMAKE='-include osmo-release.mk' RELMAKE='-include osmo-release.mk'
AC_SUBST([RELMAKE]) AC_SUBST([RELMAKE])
CFLAGS="$CFLAGS -std=gnu11"
dnl kernel style compile messages dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])