From b3cce054ef381502af4f58105604081bf431ac9e Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 4 Mar 2019 00:22:02 -0800 Subject: 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 --- config/configure.in.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/configure.in.in') diff --git a/config/configure.in.in b/config/configure.in.in index c8df5a35..27e9f168 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@ -- cgit v1.2.3