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)