forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1138,7 +1138,7 @@ AC_MSG_RESULT([$with_guile])
|
||||
dnl We check guile with pkg-config.
|
||||
AC_PATH_PROG(pkg_config_prog_path, pkg-config, missing)
|
||||
|
||||
try_guile_versions="guile-2.2 guile-2.0"
|
||||
try_guile_versions="guile-2.0"
|
||||
have_libguile=no
|
||||
case "${with_guile}" in
|
||||
no)
|
||||
|
||||
Reference in New Issue
Block a user