aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:43:40 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 09:28:52 +0000
commite66e7c32f79258425828a5d122a4de38acbe8ae2 (patch)
tree1e0e8d1a96e3db4cec39071041cbe466f03b120b
parent80184ae1714f52cbeed8d94472975f07122e806f (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 f1f17b8b0..343c031ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,8 @@ AC_CONFIG_AUX_DIR([.])
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])])