iliaa Thu May 11 22:05:16 2006 UTC Modified files: /php-src acinclude.m4 Log: MFB: Fixed bug #37413 (Rejected versions of flex that don't work). http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.345&r2=1.346&diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.345 php-src/acinclude.m4:1.346 --- php-src/acinclude.m4:1.345 Mon Apr 10 12:17:29 2006 +++ php-src/acinclude.m4 Thu May 11 22:05:16 2006 @@ -1,5 +1,5 @@ dnl -dnl $Id: acinclude.m4,v 1.345 2006/04/10 12:17:29 sniper Exp $ +dnl $Id: acinclude.m4,v 1.346 2006/05/11 22:05:16 iliaa Exp $ dnl dnl This file contains local autoconf functions. dnl @@ -2048,8 +2048,7 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php