sniper          Fri Apr 29 20:15:08 2005 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  re2c 0.96 is the one that works (tm)
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.302&r2=1.303&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.302 php-src/acinclude.m4:1.303
--- php-src/acinclude.m4:1.302  Fri Apr 29 20:12:42 2005
+++ php-src/acinclude.m4        Fri Apr 29 20:15:07 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.302 2005/04/30 00:12:42 sniper Exp $
+dnl $Id: acinclude.m4,v 1.303 2005/04/30 00:15:07 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2007,7 +2007,7 @@
   if test -n "$RE2C"; then
     AC_CACHE_CHECK([for re2c version], php_cv_re2c_version, [
       re2c_vernum=`echo "" | re2c --vernum 2>/dev/null`
-      if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "904"; then
+      if test -z "$re2c_vernum" || test "$re2c_vernum" -lt "906"; then
         php_cv_re2c_version=invalid
       else
         php_cv_re2c_version="`echo "" | re2c --version | cut -d ' ' -f 2  
2>/dev/null` (ok)"
@@ -2016,7 +2016,7 @@
   fi
   case $php_cv_re2c_version in
     ""|invalid[)]
-      AC_MSG_WARN([You will need re2c 0.94 or later if you want to regenerate 
PHP parsers.])
+      AC_MSG_WARN([You will need re2c 0.96 or later if you want to regenerate 
PHP parsers.])
       RE2C="exit 0;"
       ;;
   esac

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to