projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e519d2
)
- Added bison 2.4.3 version to the bison version list
author
Felipe Pena
<felipe@php.net>
Thu, 7 Oct 2010 21:44:41 +0000
(21:44 +0000)
committer
Felipe Pena
<felipe@php.net>
Thu, 7 Oct 2010 21:44:41 +0000
(21:44 +0000)
Zend/acinclude.m4
patch
|
blob
|
history
diff --git
a/Zend/acinclude.m4
b/Zend/acinclude.m4
index 4737a1684e10d8acf4365f2818837d4b0b3eb3a8..0e175467b236ce013607aa26255831ce90af3394 100644
(file)
--- a/
Zend/acinclude.m4
+++ b/
Zend/acinclude.m4
@@
-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 2.4.2"
+ 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
2.4.3
"
# for standalone build of Zend Engine
test -z "$SED" && SED=sed