aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-27 17:33:48 +0100
committerosmith <osmith@sysmocom.de>2021-01-28 09:28:00 +0000
commited11cc8385353de33c82093d2e33579d8c7a30d0 (patch)
tree23fc100fbd845e5702e44b1a9daf8749fea3cd74
parent1e2ff4a8b87e37c830658a2b48e60e8eac2499f7 (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 725014d..cd79231 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,6 +9,8 @@ AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE([dist-bzip2])
AC_CONFIG_TESTDIR(tests)
+CFLAGS="$CFLAGS -std=gnu11"
+
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])