configure.ac: set -std=gnu11

Change-Id: I1c3682bfd50cfb43df041b6ca9a1cc7472a862dd
diff --git a/configure.ac b/configure.ac
index 5833d0d..8592dd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@
 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])])