From 64a62f51ba935201599005e5084fc9c13f10fbef Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Fri, 4 Mar 2016 09:37:37 +0100 Subject: added -std=c11 to CFLAGS (fixes #3) --- config.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.m4 b/config.m4 index 2860b8d..f3fdc77 100644 --- a/config.m4 +++ b/config.m4 @@ -19,3 +19,5 @@ PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 fe if test "$PHP_SUHOSIN7_EXPERIMENTAL" != "no"; then AC_DEFINE(SUHOSIN7_EXPERIMENTAL, 1, [Whether to enable experimental suhosin7 features]) fi + +CFLAGS="$CFLAGS -std=c11" -- cgit v1.3