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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 1203-1209 Link Here
1203
fi
1203
fi
1204
1204
1205
AC_CHECK_HEADERS(ncurses.h)
1205
AC_CHECK_HEADERS(ncurses.h)
1206
AC_CHECK_LIB(ncurses, curs_set, [NCURSES_LIBS="-lncurses"])
1206
AC_CHECK_LIB(ncurses, endwin, [NCURSES_LIBS="-lncurses"])
1207
AC_SEARCH_LIBS(curs_set, tinfo ncurses, [NCURSES_LIBS="$NCURSES_LIBS $ac_res"])
1207
have_ncurses=no
1208
have_ncurses=no
1208
if test x$NCURSES_LIBS = x-lncurses; then
1209
if test x$NCURSES_LIBS = x-lncurses; then
1209
   AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])
1210
   AC_DEFINE(HAVE_NCURSES, 1, [Defined to 1 if libncurses was found])

Return to bug 411973