sniper          Thu May 24 19:52:03 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    acinclude.m4 
  Log:
  - Fix previous fix. (just revert of Stefan's bad fix..)
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.13&r2=1.332.2.14.2.14&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.332.2.14.2.13 
php-src/acinclude.m4:1.332.2.14.2.14
--- php-src/acinclude.m4:1.332.2.14.2.13        Thu May 24 19:35:46 2007
+++ php-src/acinclude.m4        Thu May 24 19:52:03 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.332.2.14.2.13 2007/05/24 19:35:46 sniper Exp $
+dnl $Id: acinclude.m4,v 1.332.2.14.2.14 2007/05/24 19:52:03 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2047,8 +2047,9 @@
   
   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])
+      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;"
       ;;
   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