diff options
| author | Ben Fuhrmannek | 2016-03-04 09:37:37 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2016-03-04 09:38:09 +0100 |
| commit | 64a62f51ba935201599005e5084fc9c13f10fbef (patch) | |
| tree | 8f5cce9a27bf1e6aae374fa4f8814d7dc3c1d0e8 | |
| parent | 5bf33c0b3f77dc535cf796f6d7d75f6065ad8565 (diff) | |
added -std=c11 to CFLAGS (fixes #3)
| -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" | ||
