diff options
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -19,3 +19,5 @@ PHP_ARG_ENABLE(suhosin7-experimental, whether to enable experimental suhosin7 fe | |||
| 19 | if test "$PHP_SUHOSIN7_EXPERIMENTAL" != "no"; then | 19 | if 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]) |
| 21 | fi | 21 | fi |
| 22 | |||
| 23 | CFLAGS="$CFLAGS -std=c11" | ||
