aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:59:02 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 10:48:35 +0000
commit0f4d5791df22e08ba67fa588b01b7ffaf5c9a7bc (patch)
tree5e1b6496820933e535ef85081f29df1be8431910
parent2a637a5c9c1b6e77c00701004ba504ba9d020b28 (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 4ad344d..7f6aef7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,8 @@ AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([foreign subdir-objects])
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl Linux kernel KBuild style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])