Repository: thrift Updated Branches: refs/heads/master 79c3f4a73 -> 5e5eacfef
Fix bison required version message Jira: THRIFT-2656 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/5e5eacfe Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/5e5eacfe Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/5e5eacfe Branch: refs/heads/master Commit: 5e5eacfefed73d0ad03c94e5e852176bf0849bde Parents: 79c3f4a Author: James Broadhead <[email protected]> Authored: Sat Aug 9 16:20:00 2014 +0100 Committer: Roger Meier <[email protected]> Committed: Sun Aug 10 21:30:50 2014 +0200 ---------------------------------------------------------------------- aclocal/ac_prog_bison.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/5e5eacfe/aclocal/ac_prog_bison.m4 ---------------------------------------------------------------------- diff --git a/aclocal/ac_prog_bison.m4 b/aclocal/ac_prog_bison.m4 index c74b4f1..4d1198b 100644 --- a/aclocal/ac_prog_bison.m4 +++ b/aclocal/ac_prog_bison.m4 @@ -27,7 +27,7 @@ if test "$have_prog_bison" = "yes" ; then if test "$bison_version" \< "$bison_required_version" ; then BISON=: AC_MSG_RESULT([no]) - AC_MSG_ERROR([Bison version 2.4 or higher must be installed on the system!]) + AC_MSG_ERROR([Bison version $bison_required_version or higher must be installed on the system!]) else AC_MSG_RESULT([yes]) BISON=bison
