sniper          Thu May 24 19:52:30 2007 UTC

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  MFB:- Fix previous fix. (just revert of Stefan's bad fix..)
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.366&r2=1.367&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.366 php-src/acinclude.m4:1.367
--- php-src/acinclude.m4:1.366  Thu May 24 19:36:12 2007
+++ php-src/acinclude.m4        Thu May 24 19:52:30 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.366 2007/05/24 19:36:12 sniper Exp $
+dnl $Id: acinclude.m4,v 1.367 2007/05/24 19:52:30 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2050,8 +2050,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