aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:51:12 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 09:28:31 +0000
commitdee13c345f9ba092b4f9374b0d3d25500286db1f (patch)
tree294da2a79fe1bcd378e54f9222825e66d6c461a9
parente6342e1cab6a3f32fa17e0c1829d560e0bdfcd34 (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 c186855..d82c78f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,8 @@ dnl to make tar allow longer filenames.
AC_CONFIG_TESTDIR(src/tests)
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])