diff options
| -rw-r--r-- | meta/recipes-devtools/bison/bison_3.8.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_3.8.1.bb b/meta/recipes-devtools/bison/bison_3.8.1.bb index a6159b007a..54c1fe1b52 100644 --- a/meta/recipes-devtools/bison/bison_3.8.1.bb +++ b/meta/recipes-devtools/bison/bison_3.8.1.bb | |||
| @@ -32,7 +32,9 @@ PACKAGECONFIG[textstyle] = "--with-libtextstyle-prefix,--without-libtextstyle-pr | |||
| 32 | CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'readline', '', ' \ | 32 | CACHED_CONFIGUREVARS += "${@bb.utils.contains('PACKAGECONFIG', 'readline', '', ' \ |
| 33 | ac_cv_header_readline_history_h=no \ | 33 | ac_cv_header_readline_history_h=no \ |
| 34 | ac_cv_header_readline_readline_h=no \ | 34 | ac_cv_header_readline_readline_h=no \ |
| 35 | gl_cv_lib_readline=no', d)}" | 35 | gl_cv_lib_readline=no', d)} \ |
| 36 | ${@bb.utils.contains('PACKAGECONFIG', 'textstyle', '', ' \ | ||
| 37 | ac_cv_libtextstyle=no', d)}" | ||
| 36 | 38 | ||
| 37 | # The automatic m4 path detection gets confused, so force the right value | 39 | # The automatic m4 path detection gets confused, so force the right value |
| 38 | acpaths = "-I ./m4" | 40 | acpaths = "-I ./m4" |
