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

(-)a/src/configure.in (+6 lines)
Lines 137-142 Link Here
137
  AC_CHECK_LIB(ncurses, initscr, found_ncurses=yes,found_ncurses=no)
137
  AC_CHECK_LIB(ncurses, initscr, found_ncurses=yes,found_ncurses=no)
138
  AC_CHECK_LIB(pdcurses, initscr, found_pdcurses=yes,found_pdcurses=no)
138
  AC_CHECK_LIB(pdcurses, initscr, found_pdcurses=yes,found_pdcurses=no)
139
139
140
  AC_CHECK_LIB(tinfo, idlok, found_tinfo=yes,found_tinfo=no)
141
142
  if test x$found_tinfo = xyes; then
143
    LDFLAGS="$LDFLAGS -ltinfo"
144
  fi
145
140
  if test x$found_curses = xyes; then
146
  if test x$found_curses = xyes; then
141
    LDFLAGS="$LDFLAGS -lcurses"
147
    LDFLAGS="$LDFLAGS -lcurses"
142
  else
148
  else

Return to bug 551406