diff options
author | Matthias Klose <doko@ubuntu.com> | 2017-09-26 16:23:19 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-09-26 16:23:19 +0100 |
commit | 5007d765ae09c10c7f3b18bb16841b9d2d59e181 (patch) | |
tree | b43b21ec5b4d3e5f8dc812c171c78c78bb61e83b /gdb/config.in | |
parent | 262c0a877f91b9102fd42523598b46ea79a8970e (diff) | |
download | gdb-5007d765ae09c10c7f3b18bb16841b9d2d59e181.zip gdb-5007d765ae09c10c7f3b18bb16841b9d2d59e181.tar.gz gdb-5007d765ae09c10c7f3b18bb16841b9d2d59e181.tar.bz2 |
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.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 9fa90af..3f8ee38 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -294,6 +294,9 @@ /* Define to 1 if you have the `monstartup' function. */ #undef HAVE_MONSTARTUP +/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ +#undef HAVE_NCURSESW_NCURSES_H + /* Define to 1 if you have the <ncurses.h> header file. */ #undef HAVE_NCURSES_H |