mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- Fix typo
This commit is contained in:
parent
8de753f09e
commit
f7d2317ce7
1 changed files with 1 additions and 1 deletions
|
@ -2003,7 +2003,7 @@ AC_DEFUN([PHP_PROG_RE2C],[
|
|||
if test -n "$RE2C"; then
|
||||
AC_CACHE_CHECK([for re2c version], php_cv_re2c_version, [
|
||||
re2c_vernum=`echo "" | re2c --vernum 2>/dev/null`
|
||||
if test -z "$rec2_vernum" || test "$re2c_vernum" -lt "904"; then
|
||||
if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "904"; then
|
||||
php_cv_re2c_version=invalid
|
||||
else
|
||||
php_cv_re2c_version="`echo "" | re2c --version | cut -d ' ' -f 2 2>/dev/null` (ok)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue