summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-12-16 00:02:39 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2020-12-28 13:43:31 +0100
commit420184ad529443182c9a348a55b1c9216005c613 (patch)
tree8eea09926f455267dcbe2b1fbb2146380c8055b0 /configure.ac
parent45b638afe031f73135b7063ee35ff24923c86467 (diff)
downloadphp-git-420184ad529443182c9a348a55b1c9216005c613.tar.gz
Bump minimum re2c version to 0.13.7
Closes GH-6516.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],