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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 338-344 Link Here
338
dnl **
338
dnl **
339
339
340
if test "x$want_textui" = "xyes"; then
340
if test "x$want_textui" = "xyes"; then
341
	AC_CHECK_CURSES
341
	PKG_CHECK_MODULES(CURSES,ncurses,[
342
	has_ncurses=true],[
343
	has_ncurses=false,
344
	AC_CHECK_CURSES])
342
345
343
	TEXTUI_LIBS="$CURSES_LIBS"
346
	TEXTUI_LIBS="$CURSES_LIBS"
344
	if test "x$has_curses" = "xtrue"; then
347
	if test "x$has_curses" = "xtrue"; then

Return to bug 453396