helly           Sat May  5 12:24:46 2007 UTC

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  - Update version in error message as well
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.364&r2=1.365&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.364 php-src/acinclude.m4:1.365
--- php-src/acinclude.m4:1.364  Sat May  5 12:14:20 2007
+++ php-src/acinclude.m4        Sat May  5 12:24:45 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.364 2007/05/05 12:14:20 helly Exp $
+dnl $Id: acinclude.m4,v 1.365 2007/05/05 12:24:45 helly Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2077,7 +2077,7 @@
   fi
   case $php_cv_re2c_version in
     ""|invalid[)]
-      AC_MSG_WARN([You will need re2c 0.9.11 or later if you want to 
regenerate PHP parsers.])
+      AC_MSG_WARN([You will need re2c 0.12.0 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