From e76d86d5624624d037c03f4cfb721c0fd4b19b41 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 24 May 2007 19:52:30 +0000 Subject: [PATCH] MFB:- Fix previous fix. (just revert of Stefan's bad fix..) --- acinclude.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index de1393cbf4..5eaa342046 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2050,8 +2050,9 @@ dnl it should be removed once we drop support of autoconf 2.13 (if ever) 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_ERROR([$flex_msg]) + 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;" ;; esac PHP_SUBST(LEX) -- 2.50.1