]> granicus.if.org Git - php/commitdiff
Require bison 1.28
authorZeev Suraski <zeev@php.net>
Tue, 31 Oct 2000 14:54:16 +0000 (14:54 +0000)
committerZeev Suraski <zeev@php.net>
Tue, 31 Oct 2000 14:54:16 +0000 (14:54 +0000)
Zend/Zend.m4

index e28d5951ef7af1d78f23797a6d6ef0900301e3c8..df8adb479519b117bb2a6f71ca610b060731c135 100644 (file)
@@ -6,8 +6,8 @@ if test "$YACC" != "bison -y"; then
 else
     AC_MSG_CHECKING(bison version)
     set `bison --version| sed -e 's/^GNU Bison version //' -e 's/\./ /'`
-    if test "${1}" = "1" -a "${2}" -lt "25"; then
-        AC_MSG_WARN(You will need bison 1.25 if you want to regenerate the Zend parser (found ${1}.${2}).)
+    if test "${1}" = "1" -a "${2}" -lt "28"; then
+        AC_MSG_WARN(You will need bison 1.28 if you want to regenerate the Zend parser (found ${1}.${2}).)
     fi
     AC_MSG_RESULT(${1}.${2} (ok))
 fi