mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!
This commit is contained in:
parent
9bca44df22
commit
91d98d2986
1 changed files with 2 additions and 3 deletions
|
@ -2047,9 +2047,8 @@ AC_DEFUN([PHP_PROG_LEX], [
|
|||
|
||||
case $php_cv_flex_version in
|
||||
""|invalid[)]
|
||||
flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
|
||||
AC_MSG_WARN([$flex_msg])
|
||||
LEX="echo \"error: $flex_msg\" 1>&2 ; exit 1;"
|
||||
flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
|
||||
AC_MSG_ERROR([$flex_msg])
|
||||
;;
|
||||
esac
|
||||
PHP_SUBST(LEX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue