summaryrefslogtreecommitdiff
path: root/config/configure.in.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-03-04 08:22:02 (GMT)
committerAlexey Neyman <stilor@att.net>2019-03-04 08:22:02 (GMT)
commitb3cce054ef381502af4f58105604081bf431ac9e (patch)
tree991fc932da90da7fbbd055a46dc53395889f2dd3 /config/configure.in.in
parentda11216f8d2630a3a3409ae17549bc0f472d64b6 (diff)
Meet our new companion tool, bison
Which is here courtesy of CentOS6, which only has bison 2.4 - while new glibc requires 2.7. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/configure.in.in')
-rw-r--r--config/configure.in.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in
index c8df5a3..27e9f16 100644
--- a/config/configure.in.in
+++ b/config/configure.in.in
@@ -39,6 +39,9 @@ config CONFIGURE_has_gnu_m4_1_4_12_or_newer
config CONFIGURE_has_python_3_4_or_newer
@KCONFIG_python_3_4_or_newer@
+config CONFIGURE_has_bison_2_7_or_newer
+ @KCONFIG_bison_2_7_or_newer@
+
config CONFIGURE_has_python
@KCONFIG_python@