diff options
Diffstat (limited to 'config.m4')
| -rw-r--r-- | config.m4 | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -20,4 +20,11 @@ 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 | 22 | ||
| 23 | PHP_ARG_ENABLE(suhosin7-debug, whether to enable suhosin7 debugging, | ||
| 24 | [ --enable-suhosin7-debug Enable suhosin7 debugging], no, no) | ||
| 25 | |||
| 26 | if test "$PHP_SUHOSIN7_DEBUG" != "no"; then | ||
| 27 | AC_DEFINE(SUHOSIN7_DEBUG, 1, [Whether to enable suhosin7 debugging]) | ||
| 28 | fi | ||
| 29 | |||
| 23 | CFLAGS="$CFLAGS -std=c11" | 30 | CFLAGS="$CFLAGS -std=c11" |
