- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!

This commit is contained in:
foobar 2007-05-24 19:35:46 +00:00
parent 9bca44df22
commit 91d98d2986

View file

@ -2047,9 +2047,8 @@ 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)