sniper          Fri Apr 29 20:12:43 2005 EDT

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  We do allow 2.0 now too.
  
http://cvs.php.net/diff.php/php-src/acinclude.m4?r1=1.301&r2=1.302&ty=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.301 php-src/acinclude.m4:1.302
--- php-src/acinclude.m4:1.301  Tue Apr 26 04:20:44 2005
+++ php-src/acinclude.m4        Fri Apr 29 20:12:42 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.301 2005/04/26 08:20:44 sniper Exp $
+dnl $Id: acinclude.m4,v 1.302 2005/04/30 00:12:42 sniper Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -1949,7 +1949,7 @@
   fi
   case $php_cv_bison_version in
     ""|invalid[)]
-      AC_MSG_WARN([You will need bison 1.28, 1.35, 1.75 or 1.875 if you want 
to regenerate the Zend/PHP parsers (found ${1}.${2}).])
+      AC_MSG_WARN([You will need bison 1.28, 1.35, 1.75, 1.875 or 2.0 if you 
want to regenerate the Zend/PHP parsers (found ${1}.${2}).])
       YACC="exit 0;"
       ;;
   esac

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

Reply via email to