configure.ac: set -std=gnu11

Change-Id: I52c86f461edd96d810fb85a60c68be581caa1799
This commit is contained in:
Oliver Smith 2021-01-27 17:52:22 +01:00
parent 72cc2a508d
commit 288c39be10
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ AC_INIT([osmo-pcap],
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])])