aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-07-12 16:27:40 +0200
committerTom de Vries <tdevries@suse.de>2023-07-12 16:27:40 +0200
commita839dbdce5d923dd28027ae2dba01f88104b7926 (patch)
treec00607121f96c33c5249081ef38994ebf28ca482 /gdb/configure.ac
parent664ac93fa86a974aaf42497a58bc1c05dde09909 (diff)
downloadfsf-binutils-gdb-a839dbdce5d923dd28027ae2dba01f88104b7926.zip
fsf-binutils-gdb-a839dbdce5d923dd28027ae2dba01f88104b7926.tar.gz
fsf-binutils-gdb-a839dbdce5d923dd28027ae2dba01f88104b7926.tar.bz2
[gdb/tui] Assume HAVE_WBORDER
The tui border-kind setting allows values acs, ascii and space. The values ascii and space however don't work well with !HAVE_WBORDER. Fix this by removing the !HAVE_WBORDER case, which was introduced for Ultrix support, which is now obsolete. Tested on x86_64-linux. PR tui/30580 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=30580 Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index fb43cd1..97c6bf0 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1344,7 +1344,7 @@ AC_CHECK_FUNCS([getuid getgid \
pipe pread pread64 pwrite resize_term \
getpgid setsid \
sigaction sigsetmask socketpair \
- ttrace wborder wresize setlocale iconvlist libiconvlist btowc \
+ ttrace wresize setlocale iconvlist libiconvlist btowc \
setrlimit getrlimit posix_madvise waitpid \
use_default_colors])
AM_LANGINFO_CODESET