From: foobar Date: Thu, 24 May 2007 19:36:12 +0000 (+0000) Subject: MFB:- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP! X-Git-Tag: RELEASE_1_4~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=664699627932e1368962b4693af953fa7919d75e;p=php MFB:- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP! --- diff --git a/acinclude.m4 b/acinclude.m4 index 9d1f0b2716..de1393cbf4 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2050,9 +2050,8 @@ 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_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)