summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.m42
1 files changed, 2 insertions, 0 deletions
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
19if test "$PHP_SUHOSIN7_EXPERIMENTAL" != "no"; then 19if test "$PHP_SUHOSIN7_EXPERIMENTAL" != "no"; then
20 AC_DEFINE(SUHOSIN7_EXPERIMENTAL, 1, [Whether to enable experimental suhosin7 features]) 20 AC_DEFINE(SUHOSIN7_EXPERIMENTAL, 1, [Whether to enable experimental suhosin7 features])
21fi 21fi
22
23CFLAGS="$CFLAGS -std=c11"