cvs: ZendEngine2(PHP_5_2) / acinclude.m4

[email protected] ("Rasmus Lerdorf") Sat, 14 Feb 2009 21:04:07 -0000
Newsgroups php.zend-engine.cvs
Message-ID <cvsrasmus1234645447@cvsserver>
rasmus		Sat Feb 14 21:04:07 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /ZendEngine2	acinclude.m4 
  Log:
  2.4.1 is safe to use.  Perhaps we should just drop the 3rd part from
  the check there?  Might be unsafe if they break 2.4.2 though
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/acinclude.m4?r1=1.15.2.2.2.3&r2=1.15.2.2.2.4&diff_format=u
Index: ZendEngine2/acinclude.m4
diff -u ZendEngine2/acinclude.m4:1.15.2.2.2.3 ZendEngine2/acinclude.m4:1.15.2.2.2.4
--- ZendEngine2/acinclude.m4:1.15.2.2.2.3	Mon Nov 10 12:06:10 2008
+++ ZendEngine2/acinclude.m4	Sat Feb 14 21:04:07 2009
@@ -1,10 +1,10 @@
-dnl $Id: acinclude.m4,v 1.15.2.2.2.3 2008/11/10 12:06:10 derick Exp $
+dnl $Id: acinclude.m4,v 1.15.2.2.2.4 2009/02/14 21:04:07 rasmus Exp $
 dnl
 dnl This file contains local autoconf functions.
 
 AC_DEFUN([LIBZEND_BISON_CHECK],[
   # we only support certain bison versions
-  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4"
+  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1"
 
   # for standalone build of Zend Engine
   test -z "$SED" && SED=sed