summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-02-05 23:44:56 +0100
committerRichard Braun <rbraun@sceen.net>2017-02-05 23:44:56 +0100
commit90d0cce04025f766992b90d760bc5a5abbaa9ca9 (patch)
tree8ac4232e390e4314fb61d1fba227ef241d6b7d82
parent5c7fda9d4d68ced851e03be745b375254b688e31 (diff)
Switch to C11 with GNU extensions
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3e76a09..5f51e77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ MOSTLYCLEANFILES =
AM_CPPFLAGS = \
-pipe \
- -std=gnu99 \
+ -std=gnu11 \
-imacros config.h \
-I$(top_srcdir)