Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468430 | Differences between
and this patch

Collapse All | Expand All

(-)a/m4/curses.m4 (-1 / +2 lines)
Lines 36-41 AC_DEFUN([IU_LIB_NCURSES], [ Link Here
36
      have_ncursesw=no
36
      have_ncursesw=no
37
    fi
37
    fi
38
    if test "$LIBNCURSES"; then
38
    if test "$LIBNCURSES"; then
39
      AC_CHECK_LIB(tinfow, curs_set, LIBNCURSES="${LIBNCURSES} -ltinfow",
40
        AC_CHECK_LIB(tinfo, curs_set, LIBNCURSES="${LIBNCURSES} -ltinfo"))
39
      # Use ncurses header files instead of the ordinary ones, if possible;
41
      # Use ncurses header files instead of the ordinary ones, if possible;
40
      # is there a better way of doing this, that avoids looking in specific
42
      # is there a better way of doing this, that avoids looking in specific
41
      # directories?
43
      # directories?
42
- 

Return to bug 468430