Don't try building gdb against guile-2.2
authorSimon Marchi <simon.marchi@polymtl.ca>
Mon, 9 Oct 2017 16:50:58 +0000 (12:50 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Mon, 9 Oct 2017 16:50:58 +0000 (12:50 -0400)
commit6e66f7538112d2f5fb1af17dbde33ba37a7171be
tree1c58708457d42a1404962110045dd6b8597b54bb
parent8e464506d2131fc931c4f81a22cc7125b7adf434
Don't try building gdb against guile-2.2

GDB currently doesn't build with Guile 2.2 (see PR 21104).  If one has
both Guile 2.2 and 2.0 installed, GDB will pick up Guile 2.2 first and
fail building.  Until somebody does the work of adapting the GDB code to
Guile 2.2, we should not try using it.  This patch therefore removes it
from configure.

gdb/ChangeLog:

* configure.ac (try_guile_versions): Remove guile-2.2.
* configure: Regenerate.
gdb/ChangeLog
gdb/configure
gdb/configure.ac
This page took 0.032112 seconds and 4 git commands to generate.