aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:47:27 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-27 17:47:27 +0100
commit42922ef334a8a16ffb376121810148a6b7c5c8a1 (patch)
treeb9e9a09390fd1fbefe8156559a81048f22f0230e
parent1e30f0dab7f1afb61666030aab75206aa71ded65 (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 548cc68..a7e4952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,8 @@ LT_INIT
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip 1.9])
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])