X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=b343a3c4c07c10a51d098efec1ac6cdc53f4cdc0;hb=921cd9bdec15f49b11d510e4e52e1269920acad8;hp=1a406832edea5b378e16266609df0532f8c7de1e;hpb=329ddee9d7299a2e8c4037642047482c1eb26456;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 1a406832..b343a3c4 100644 --- a/configure.ac +++ b/configure.ac @@ -211,12 +211,12 @@ AX_PROG_BISON_VERSION([2.5], [have_bison=yes]) AS_IF([test "x$have_bison" != "xyes"], [ AE_IF_IN_GIT_REPO([ AC_MSG_FAILURE([dnl -Bison >= 2.4 is required when building from the Git repository. You can +Bison >= 2.5 is required when building from the Git repository. You can set the YACC variable to override automatic detection. ]) ], [ AC_MSG_WARN([dnl -Missing Bison >= 2.4. Note that the parser files are already built in +Missing Bison >= 2.5. Note that the parser files are already built in this distribution tarball, so Bison is only needed if you intend to modify their sources. You can set the YACC variable to override automatic detection.