aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:51:49 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 09:28:26 +0000
commit09dac13c4dafd4f51e2a4a0a50ca594fe1311858 (patch)
tree0a1b46eae942613c68d3f9329182b40d5a4b4f7a /configure.ac
parent716a2615f51a0419927a5dfa94fa31c975bb9896 (diff)
configure.ac: set -std=gnu11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eea7f4ba4..ee4b33b8d 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])])