James Broadhead created THRIFT-2656:
---------------------------------------
Summary: ./configure mis-reports minimum bison version required
Key: THRIFT-2656
URL: https://issues.apache.org/jira/browse/THRIFT-2656
Project: Thrift
Issue Type: Bug
Reporter: James Broadhead
Priority: Minor
The required version is defined as 2.5 in configure.ac, but the message from
aclocal/ac_prog_bison.m4 is hardcoded to 2.4.
{code}
checking for bison... yes
checking for bison version >= 2.5... no
configure: error: Bison version 2.4 or higher must be installed on the system!
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)