X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=936cb1c7cf5482c5ed230ecfb1a92837e0d0755b;hb=f14c18f4e488720f27bf19cbf2974f5d069934a0;hp=05c1592679f79734028832d76eae1d036c2e72f2;hpb=39b7a1240170e9868d767ece3a9df9b3d8c46a5c;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 05c159267..936cb1c7c 100644 --- a/configure.ac +++ b/configure.ac @@ -356,6 +356,10 @@ if test ! -f "$srcdir/src/lib/lttng-ctl/filter/filter-parser.h"; then AC_MSG_ERROR([[bison not found and is required when building from git. Please install bison]]) fi + AC_PATH_PROG([BISON],[bison]) + AX_PROG_BISON_VERSION([2.4], [],[ + AC_MSG_ERROR([[Bison >= 2.4 is required when building from git]]) + ]) fi if test ! -f "$srcdir/src/lib/lttng-ctl/filter/filter-lexer.c"; then