Fix warnings with bison >= 3.4 and autoconf < 2.70
[babeltrace.git] / configure.ac
index 74993c1d42456d7930fd53407344e0ca883c2981..7d7f9a8ed7c951fbf02e3ee6e08647d2c136cfd7 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.023262 seconds and 4 git commands to generate.