]> granicus.if.org Git - php/commitdiff
- update bison version (mike)
authorPierre Joye <pajoye@php.net>
Mon, 3 May 2010 09:05:54 +0000 (09:05 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 3 May 2010 09:05:54 +0000 (09:05 +0000)
Zend/acinclude.m4

index 0abc75c76fefb83ebc56b4a5628fd4e0d64e9f5a..4737a1684e10d8acf4365f2818837d4b0b3eb3a8 100644 (file)
@@ -4,7 +4,7 @@ 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 2.4.1"
+  bison_version_list="1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2"
 
   # for standalone build of Zend Engine
   test -z "$SED" && SED=sed