summaryrefslogtreecommitdiff
path: root/package/bison/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-12-04 21:39:02 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-12-04 21:46:36 +0100
commit2077f955ef64b48c3832e0be31a18aaf04d786da (patch)
tree5ea1db0a625f334f73a3e2c3361beb4e5751cc87 /package/bison/Config.in
parent2c6390a5d0c01420879e9f23bc89afb19976da4a (diff)
bison: fix m4 dependency
Bison needs m4 (at runtime). In addition, the bison 2.5 configure script checks for m4 4.1.6 or newer, and bails out otherwise, but ends up looking at whatever the build host has rather than the cross version, which might not be the correct version (or even available). Fix it by short circuiting the check. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bison/Config.in')
-rw-r--r--package/bison/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in
index e8aa0b60f..da0ac3f1e 100644
--- a/package/bison/Config.in
+++ b/package/bison/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_BISON
bool "bison"
depends on BR2_USE_WCHAR
+ select BR2_PACKAGE_M4
help
General-purpose parser generator that converts a
grammar description for an LALR context-free grammar into a C