Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 527580
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/configure.in
0
++ b/configure.in
Lines 335-341 Link Here
335
	if test x$vifm_cv_curses = x/usr -a -d /usr/include/${curses_lib_name}; then
335
	if test x$vifm_cv_curses = x/usr -a -d /usr/include/${curses_lib_name}; then
336
		CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}"
336
		CPPFLAGS="$CPPFLAGS -I/usr/include/${curses_lib_name}"
337
	fi
337
	fi
338
	ncurses_found=yes])
338
	ncurses_found=yes]
339
	AC_SEARCH_LIBS([curs_set], [tinfo],,
340
		AC_MSG_ERROR(could not find a library providing curs_set)))
339
dnl If libncursesw is not found on OS X, check for libncurses.  On OS X it has
341
dnl If libncursesw is not found on OS X, check for libncurses.  On OS X it has
340
dnl support of wide characters.
342
dnl support of wide characters.
341
if test -n "$OSX_HOST" -a "x$ncurses_found" != "xyes"; then
343
if test -n "$OSX_HOST" -a "x$ncurses_found" != "xyes"; then

Return to bug 527580