Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669096
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +6 lines)
Line  Link Here
0
-- a/gdb/configure.ac
0
++ b/gdb/configure.ac
Lines 616-619 esac Link Here
616
616
617
# These are the libraries checked by Readline.
617
# These are the libraries checked by Readline. Not really: readline does not know about *w libs.
618
AC_SEARCH_LIBS(tgetent, [termcap tinfo curses ncursesw ncurses])
618
AC_SEARCH_LIBS(tgetent, [termcap tinfow tinfo curses ncursesw ncurses])
619
619
620
-- a/gdb/configure
620
++ b/gdb/configure
Lines 8984-8986 esac Link Here
8984
8984
8985
# These are the libraries checked by Readline.
8985
# These are the libraries checked by Readline. Not really: readline does not know about *w libs.
8986
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
8986
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing tgetent" >&5
Lines 9009-9011 return tgetent (); Link Here
9009
_ACEOF
9009
_ACEOF
9010
for ac_lib in '' termcap tinfo curses ncursesw ncurses; do
9010
for ac_lib in '' termcap tinfow tinfo curses ncursesw ncurses; do
9011
  if test -z "$ac_lib"; then
9011
  if test -z "$ac_lib"; then

Return to bug 669096