summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorJames Broadhead <jbroadhead@twitter.com>2014-08-09 16:20:00 +0100
committerRoger Meier <roger@apache.org>2014-08-10 21:30:50 +0200
commit5e5eacfefed73d0ad03c94e5e852176bf0849bde (patch)
treec7c8baef52d10d2433a5f10ce1dcf3fad27f2f0a /aclocal
parent79c3f4a7311e91dbd3edd85a30c54b2ccce57781 (diff)
downloadthrift-5e5eacfefed73d0ad03c94e5e852176bf0849bde.tar.gz
Fix bison required version message
Jira: THRIFT-2656
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/ac_prog_bison.m42
1 files changed, 1 insertions, 1 deletions
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