X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=b358a083209ea96cd95dc962a8c581f4466aa915;hp=7353b09f7421ad514e8a5306bac465d05e9068a2;hb=671c16a587f332d59f856b61fa1660345a6ce64c;hpb=1bf1d54c93a72efb0ac577fd40830bff303af24d diff --git a/configure.ac b/configure.ac index 7353b09f..b358a083 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_CHECK_HEADERS([ \ ]) if test ! -f "$srcdir/formats/ctf/metadata/ctf-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