Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Linking gdb with -ltinfow, if libtinfo is not available
@ 2018-12-05  7:23 Дилян Палаузов
  2018-12-05 14:49 ` Simon Marchi
  0 siblings, 1 reply; 6+ messages in thread
From: Дилян Палаузов @ 2018-12-05  7:23 UTC (permalink / raw)
  To: gdb-patches

See https://sourceware.org/bugzilla/show_bug.cgi?id=23950 for details.

diff --git a/gdb/configure.ac b/gdb/configure.ac
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -592,7 +592,7 @@ case $host_os in
 esac
 
 # These are the libraries checked by Readline.
-AC_SEARCH_LIBS(tgetent, [termcap tinfo curses ncursesw ncurses])
+AC_SEARCH_LIBS(tgetent, [termcap tinfo tinfow curses ncursesw
ncurses])
 
 if test "$ac_cv_search_tgetent" = no; then
   CONFIG_OBS="$CONFIG_OBS stub-termcap.o"	


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-12-09  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05  7:23 Linking gdb with -ltinfow, if libtinfo is not available Дилян Палаузов
2018-12-05 14:49 ` Simon Marchi
2018-12-05 16:42   ` Дилян Палаузов
2018-12-05 19:59     ` Simon Marchi
2018-12-05 23:09       ` Дилян Палаузов
2018-12-09  0:44         ` Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox