summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/osmocon/configure.ac')
-rw-r--r--src/host/osmocon/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/osmocon/configure.ac b/src/host/osmocon/configure.ac
index 556f60ba..4195ecd7 100644
--- a/src/host/osmocon/configure.ac
+++ b/src/host/osmocon/configure.ac
@@ -5,6 +5,8 @@ AC_INIT([osmocon],
AM_INIT_AUTOMAKE([dist-bzip2])
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])