From: Christoph M. Becker Date: Tue, 15 Dec 2020 23:02:39 +0000 (+0100) Subject: Bump minimum re2c version to 0.13.7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=420184ad529443182c9a348a55b1c9216005c613;p=php Bump minimum re2c version to 0.13.7 Closes GH-6516. --- diff --git a/configure.ac b/configure.ac index 91e6ce16fe..e77708b9ef 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],