sniper Thu May 24 19:36:12 2007 UTC
Modified files:
/php-src acinclude.m4
Log:
MFB:- Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.365&r2=1.366&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.365 php-src/acinclude.m4:1.366
--- php-src/acinclude.m4:1.365 Sat May 5 12:24:45 2007
+++ php-src/acinclude.m4 Thu May 24 19:36:12 2007
@@ -1,5 +1,5 @@
dnl
-dnl $Id: acinclude.m4,v 1.365 2007/05/05 12:24:45 helly Exp $
+dnl $Id: acinclude.m4,v 1.366 2007/05/24 19:36:12 sniper Exp $
dnl
dnl This file contains local autoconf functions.
dnl
@@ -2050,9 +2050,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_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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php