sesser Fri Jun 16 08:01:03 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src acinclude.m4
Log:
MFH: Only care about wrong flex version, when needed.
http://cvs.php.net/viewcvs.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.1&r2=1.332.2.14.2.2&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.14.2.1 php-src/acinclude.m4:1.332.2.14.2.2
--- php-src/acinclude.m4:1.332.2.14.2.1 Thu May 11 22:04:51 2006
+++ php-src/acinclude.m4 Fri Jun 16 08:01:03 2006
@@ -1,5 +1,5 @@
dnl
-dnl $Id: acinclude.m4,v 1.332.2.14.2.1 2006/05/11 22:04:51 iliaa Exp $
+dnl $Id: acinclude.m4,v 1.332.2.14.2.2 2006/06/16 08:01:03 sesser Exp $
dnl
dnl This file contains local autoconf functions.
dnl
@@ -2048,7 +2048,8 @@
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])
+ AC_MSG_WARN([$flex_msg])
+ LEX="echo \"error: $flex_msg\" 1>&2 ; exit 1;"
;;
esac
PHP_SUBST(LEX)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php