configure.ac: set -std=gnu11

Change-Id: I1c3682bfd50cfb43df041b6ca9a1cc7472a862dd
This commit is contained in:
Oliver Smith 2021-01-27 17:55:53 +01:00 committed by osmith
parent fadaeec795
commit 4f5c79d627
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9 tar-ustar])
dnl tar-ustar: some asn1 filenames surpass the 99 char limit of tar, so we need
dnl to make tar allow longer filenames.
CFLAGS="$CFLAGS -std=gnu11"
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])