mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +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
|
@ -2048,8 +2048,7 @@ AC_DEFUN([PHP_PROG_LEX], [
|
||||||
case $php_cv_flex_version in
|
case $php_cv_flex_version in
|
||||||
""|invalid[)]
|
""|invalid[)]
|
||||||
flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
|
flex_msg="flex versions supported for regeneration of the Zend/PHP parsers: $flex_version_list (found: $flex_version)."
|
||||||
AC_MSG_WARN([$flex_msg])
|
AC_MSG_ERROR([$flex_msg])
|
||||||
LEX="echo \"error: $flex_msg\" 1>&2 ; exit 1;"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
PHP_SUBST(LEX)
|
PHP_SUBST(LEX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue