mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
configure.ac: bison is required for kconf
Make the requirement for bison harder (but not strict). The system bison will be used to build kconf. If the system bison is not GNU bison 2.7 or later crosstool-ng will build GNU bison as a companion tool if necessary (for glibc 2.29 or newer). Fixes #1621 Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
2f0d1f334f
commit
a3e3d734a7
@ -267,7 +267,7 @@ CTNG_PROG_VERSION([PYTHON],
|
||||
[^Python 3\.([4-9]|[1-9][0-9]+)\.],
|
||||
[python_3_4_or_newer])
|
||||
|
||||
CTNG_PROG_VERSION([BISON],
|
||||
CTNG_PROG_VERSION_REQ_ANY([BISON],
|
||||
[bison >= 2.7],
|
||||
[bison],
|
||||
[bison],
|
||||
|
Loading…
x
Reference in New Issue
Block a user