From 45222ad76c33f49462e70916353bda3f1c2d9f71 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Mar 2022 19:52:58 +0100 Subject: Modernize the m4 file --- src/config.m4 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/config.m4 b/src/config.m4 index a421c0c..faf5f92 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -21,8 +21,6 @@ PHP_ARG_ENABLE(debug, whether to enable debug messages, PHP_ARG_ENABLE(debug-stderr, whether to enable debug messages, [ --enable-debug-stderr Enable debug messages], no, no) -AC_PROG_CC_STDC() - CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -Wall -Wextra -Wno-unused-parameter" CFLAGS="$CFLAGS -Wformat=2 -Wformat-security -D_FORTIFY_SOURCE=2" @@ -47,5 +45,5 @@ if test "$PHP_SNUFFLEUPAGUS" = "yes"; then PHP_NEW_EXTENSION(snuffleupagus, $sources, $ext_shared,-DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) fi -# PHP_PROG_RE2C([2.0]) +PHP_PROG_RE2C([2.0]) PHP_ADD_MAKEFILE_FRAGMENT() -- cgit v1.3