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
parentTransceiver: use proper factor for amplitude scaling (diff)
downloadOsmoTRX-0f4d5791df22e08ba67fa588b01b7ffaf5c9a7bc.tar.xz
OsmoTRX-0f4d5791df22e08ba67fa588b01b7ffaf5c9a7bc.zip
configure.ac: set -std=gnu11
Change-Id: Ie95876d1d2ebf31ff588999d85584f6981522fa8
-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])])