configure.ac: set -std=gnu11

Change-Id: I9245df7569f0fed936d5e1a1783fc40203cecba1
This commit is contained in:
Oliver Smith 2021-01-27 17:41:13 +01:00
parent 815442dc0d
commit b293ceaf0f
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_MACRO_DIRS([m4])
CFLAGS="$CFLAGS -std=gnu11"
dnl include release helper dnl include release helper
RELMAKE='-include osmo-release.mk' RELMAKE='-include osmo-release.mk'
AC_SUBST([RELMAKE]) AC_SUBST([RELMAKE])