From 5e5eacfefed73d0ad03c94e5e852176bf0849bde Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Sat, 9 Aug 2014 16:20:00 +0100 Subject: Fix bison required version message Jira: THRIFT-2656 --- aclocal/ac_prog_bison.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal') diff --git a/aclocal/ac_prog_bison.m4 b/aclocal/ac_prog_bison.m4 index c74b4f18b..4d1198b94 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 -- cgit v1.2.1