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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 29-34 Link Here
29
])
29
])
30
30
31
AC_CHECK_LIB(ncurses, main,, AC_CHECK_LIB(curses, main,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program)))
31
AC_CHECK_LIB(ncurses, main,, AC_CHECK_LIB(curses, main,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program)))
32
AC_SEARCH_LIBS(stdscr,tinfo)
32
33
33
#AC_CHECK_LIB(ghttp, ghttp_request_new,,
34
#AC_CHECK_LIB(ghttp, ghttp_request_new,,
34
#    [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])
35
#    [AC_MSG_WARN(libghttp not found - the support for CDDB is be disabled)])

Return to bug 369105