aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:32:20 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-27 17:32:20 +0100
commit0f404b600c5a639d900881666bb88b5a55893bee (patch)
tree55c25053d6f53e9f62a6999843eb2d3279429e45
parentUse osmo_fd_setup() wherever applicable (diff)
downloadlibosmo-abis-0f404b600c5a639d900881666bb88b5a55893bee.tar.xz
libosmo-abis-0f404b600c5a639d900881666bb88b5a55893bee.zip
configure.ac: set -std=gnu11
Change-Id: Ib920af17b9a0b5d6ea5f4db33faab3a2dcf8fbbe
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a7dde2f..6a3bc4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,8 @@ AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.6 subdir-objects])
AC_CONFIG_TESTDIR(tests)
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])