From f22a086826f0d2259d3af5bc2b1258743f99eee2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 20 Mar 2022 19:58:26 +0100 Subject: Install re2c in the CI --- src/config.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/config.m4') diff --git a/src/config.m4 b/src/config.m4 index faf5f92..78ca6a2 100644 --- a/src/config.m4 +++ b/src/config.m4 @@ -45,5 +45,7 @@ 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]) +# Uncommend once we don't support Ubuntu Focal Fossa (20.04) +#PHP_PROG_RE2C([2.0]) + PHP_ADD_MAKEFILE_FRAGMENT() -- cgit v1.3