configure.ac: set -std=gnu11

Change-Id: Ic95981af622dd713638bec775514dc4ef25594d4
This commit is contained in:
Oliver Smith 2021-01-27 17:57:22 +01:00 committed by osmith
parent 1bd26902d2
commit ad353b885e
1 changed files with 2 additions and 0 deletions

View File

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