summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-05-11 22:04:51 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-05-11 22:04:51 +0000
commitb8c7ecc0610aea509db01302e9fcad7f00604533 (patch)
tree9b0ef1df708dc0ca3b9e838e6010edd6c2d1b7c4 /acinclude.m4
parentbbf97549b8fb2361f2e1c02e1362361c4259bf68 (diff)
downloadphp-git-b8c7ecc0610aea509db01302e9fcad7f00604533.tar.gz
Fixed bug #37413 (Rejected versions of flex that don't work).
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 9062f7c247..020f433fb6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2048,8 +2048,7 @@ 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="exit 0;"
+ AC_MSG_ERROR([$flex_msg])
;;
esac
PHP_SUBST(LEX)