aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:30:19 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-27 17:30:19 +0100
commit20cbe33d05e99bed54c8547dc9c3c89696e072e4 (patch)
tree5e95712fa75c9f81a000773c7b56950e05618b38 /configure.ac
parent75df4ca2a3cba30dd5ee540a8a3e8c75744727d9 (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 44a7cff..b16acc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,6 +6,8 @@ AC_INIT([gapk],
AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects])
LT_INIT([disable-static])
+CFLAGS="$CFLAGS -std=gnu11"
+
# kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])