diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2003-10-07 22:39:54 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2003-10-07 22:39:54 +0000 |
commit | 9a88c2d62c41269779deeb96fcd0fe6dc4eef5ef (patch) | |
tree | 8a1868ee60bd42b6aa5976ffd8c7196ff603d6ff /Zend/Zend.m4 | |
parent | 18bfcc8897cdebfbb13a45b92dc80dd370017b44 (diff) | |
download | php-git-9a88c2d62c41269779deeb96fcd0fe6dc4eef5ef.tar.gz |
MFB bison configure test fix
Diffstat (limited to 'Zend/Zend.m4')
-rw-r--r-- | Zend/Zend.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 4445dd0e0e..83c764a058 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -10,7 +10,7 @@ if test "$YACC" != "bison -y"; then AC_MSG_WARN(You will need bison if you want to regenerate the Zend parser.) else AC_MSG_CHECKING(bison version) - set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /'` + set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /' | tr -d 'a-z'` 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 |