From: foobar Date: Thu, 24 May 2007 19:52:03 +0000 (+0000) Subject: - Fix previous fix. (just revert of Stefan's bad fix..) X-Git-Tag: php-5.2.3RC1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5603bef272b02f164247649d4e50107f01b9641c;p=php - Fix previous fix. (just revert of Stefan's bad fix..) --- diff --git a/acinclude.m4 b/acinclude.m4 index 67a1446de5..428dfa77fe 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2047,8 +2047,9 @@ 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_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)