Fix warnings with bison >= 3.4 and autoconf < 2.70
[babeltrace.git] / configure.ac
index fdf6c2bb77c26920ef3c9e9c0a3715befbdfc62b..3f2ae3bd3c36119fbef3402ce359e0176effce01 100644 (file)
@@ -201,7 +201,7 @@ AM_CONDITIONAL([IN_GIT_REPO], [test "x$in_git_repo" = "xyes"])
 
 # check for bison
 AC_PROG_YACC
-AX_PROG_BISON_VERSION([2.4], [have_bison=yes])
+AX_PROG_BISON_VERSION([2.5], [have_bison=yes])
 
 AS_IF([test "x$have_bison" != "xyes"], [
   AS_IF([test "x$in_git_repo" = "xyes"], [
This page took 0.02414 seconds and 4 git commands to generate.