aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:52:22 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-27 17:52:22 +0100
commit288c39be10155c1d4067a38e67cbc826c13bef02 (patch)
treea2a1519035c8a6c0872eb2418a4a6032cdd23914
parent72cc2a508d4e59775b889e468258505d01068088 (diff)
configure.ac: set -std=gnu11
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 111d477..6660bf1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])])