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

(-)a/m4/curses.m4 (-1 / +1 lines)
Lines 32-38 Link Here
32
    )
32
    )
33
33
34
    AC_CHECK_LIB(ncurses, initscr,
34
    AC_CHECK_LIB(ncurses, initscr,
35
      [CURSES_LIBS="-lncurses"],
35
      [CURSES_LIBS="-lncurses -ltinfo"],
36
      [AC_CHECK_LIB(curses, initscr,
36
      [AC_CHECK_LIB(curses, initscr,
37
        [CURSES_LIBS="-lcurses"],
37
        [CURSES_LIBS="-lcurses"],
38
        [AC_MSG_ERROR("curses libraries not found.")]
38
        [AC_MSG_ERROR("curses libraries not found.")]

Return to bug 621868