aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:49:36 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 09:28:56 +0000
commit349cbfcf504901f4efad60a0f84b27d0bfb5d367 (patch)
treed6eb4951e06e00318285c0a281dc7c02fa5f8208 /configure.ac
parent51f99ae2509348f21fa03de27e86c123065ff3b7 (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 9d8b4bf..a1c7180 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,8 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_TESTDIR(tests)
AC_CANONICAL_HOST
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])