Skip to content

Commit f0da322

Browse files
committed
build.sh: explicitly check for bison
We don't work with other yaccs.
1 parent 43abb7b commit f0da322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EOF
1818
done
1919
}
2020

21-
check_for_application lex yacc autoheader aclocal automake autoconf
21+
check_for_application lex bison autoheader aclocal automake autoconf
2222

2323
# Actually we don't need the pkg-config executable, but we need the M4 macros.
2424
# We check for `pkg-config' here and hope that M4 macros will then be

0 commit comments

Comments
 (0)