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

Collapse All | Expand All

(-)configure.old (-2 / +2 lines)
Lines 102-111 Link Here
102
102
103
check_ncurses()
103
check_ncurses()
104
{
104
{
105
	if check_library NCURSES "" -lncursesw
105
	if pkg_config NCURSES ncursesw "" -lncursesw
106
	then
106
	then
107
		widechars=y
107
		widechars=y
108
	elif check_library NCURSES "" -lncurses || check_library NCURSES "" -lcurses
108
	elif pkg_config NCURSES ncurses "" -lncurses || pkg_config NCURSES curses "" -lcurses
109
	then
109
	then
110
		widechars=n
110
		widechars=n
111
		msg_error "Your ncurses does not support wide characters!"
111
		msg_error "Your ncurses does not support wide characters!"

Return to bug 509206