Look for tgetent in libtinfow
[deliverable/binutils-gdb.git] / gdb / configure.ac
index eca7ea6d41a2f8957bde50fa7f5b55a0dd9fa4ac..8bc87483f28dc067b01c2752aea7f0383a6f4bab 100644 (file)
@@ -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 tinfow tinfo curses ncursesw ncurses])
 
 if test "$ac_cv_search_tgetent" = no; then
   CONFIG_OBS="$CONFIG_OBS stub-termcap.o"
This page took 0.037077 seconds and 4 git commands to generate.