aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:41:13 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-27 17:41:13 +0100
commitb293ceaf0f14abefe82dd537747371dc504482e4 (patch)
treeaefcbcd56ab07d9dcd50c338c294e7abcbc51ed5
parent815442dc0db474c5f05d42fb2eaf4e304486890d (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 0b38b93..bcc95e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,8 @@ AM_SILENT_RULES([yes])
AC_CONFIG_MACRO_DIRS([m4])
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl include release helper
RELMAKE='-include osmo-release.mk'
AC_SUBST([RELMAKE])