From 2630a7f19cc56a0289d8e77fe2ee5b85222d973a Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 16 Dec 2020 00:02:39 +0100 Subject: [PATCH] Bump minimum re2c version to 0.13.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 91e6ce16fed45..e77708b9efa2e 100644 --- a/configure.ac +++ b/configure.ac @@ -154,7 +154,7 @@ PHP_RUNPATH_SWITCH dnl Checks for some support/generator progs. PHP_PROG_AWK PHP_PROG_BISON([3.0.0]) -PHP_PROG_RE2C([0.13.4]) +PHP_PROG_RE2C([0.13.7]) PHP_ARG_ENABLE([re2c-cgoto], [whether to enable computed goto gcc extension with re2c],