]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/configure.ac
Allow linking GDB with ncursesw
authorMatthias Klose <doko@ubuntu.com>
Tue, 26 Sep 2017 15:23:19 +0000 (16:23 +0100)
committerPedro Alves <palves@redhat.com>
Tue, 26 Sep 2017 15:23:19 +0000 (16:23 +0100)
commit5007d765ae09c10c7f3b18bb16841b9d2d59e181
treeb43b21ec5b4d3e5f8dc812c171c78c78bb61e83b
parent262c0a877f91b9102fd42523598b46ea79a8970e
Allow linking GDB with ncursesw

Triggered by https://launchpad.net/bugs/1275210, to be able to cope
with UTF-8 characters in gdbtui.

Reference:
  https://sourceware.org/ml/gdb-patches/2017-09/msg00356.html

gdb/ChangeLog:
2017-09-26  Matthias Klose  <doko@ubuntu.com>

* configure.ac: Search ncursesw before ncurses.
Check ncursesw/ncurses.h before ncurses/ncurses.h.
* gdb_curses.h: Include <ncursesw/ncurses.h>
* config.in, configure: Regenerate.
gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/gdb_curses.h