X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=10a534c36331f4a6bd19659a0d52ddfbff525671;hp=df5f54a5eb958bf7c3e1ba1da8f114aade6c8253;hb=193c46de9d0a53a5d07ea7ff07aa9162afa0508c;hpb=0a44ce809f0efeb54ed1cd16c71bd5673c5ed849 diff --git a/configure.ac b/configure.ac index df5f54a5e..10a534c36 100644 --- a/configure.ac +++ b/configure.ac @@ -704,7 +704,7 @@ AM_CONDITIONAL([BUILD_LIB_TESTPOINT], [test x$build_lib_testpoint = xyes]) AM_CONDITIONAL([BUILD_LIB_UST_CONSUMER], [test x$build_lib_ust_consumer = xyes]) if test ! -f "$srcdir/src/lib/lttng-ctl/filter/filter-parser.h"; then - if test x"$YACC" != "xbison -y"; then + if test x"$(basename "$YACC")" != "xbison -y"; then AC_MSG_ERROR([[bison not found and is required when building from git. Please install bison]]) fi