sniper          Thu May 24 19:35:46 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    acinclude.m4 
  Log:
  - Fix idiotic change in logic. (hint: flex is _REQUIRED_ for building PHP!
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.12&r2=1.332.2.14.2.13&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.14.2.12 
php-src/acinclude.m4:1.332.2.14.2.13
--- php-src/acinclude.m4:1.332.2.14.2.12        Sun Mar 25 10:21:02 2007
+++ php-src/acinclude.m4        Thu May 24 19:35:46 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.332.2.14.2.12 2007/03/25 10:21:02 sniper Exp $
+dnl $Id: acinclude.m4,v 1.332.2.14.2.13 2007/05/24 19:35:46 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2047,9 +2047,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

Reply via email to