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

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 283-289 Link Here
283
		fi],
283
		fi],
284
284
285
                [CF_CURSES_LIBS])
285
                [CF_CURSES_LIBS])
286
		])
286
        for lib in ncurses ncursesw tinfo
287
        do
288
                AC_CHECK_LIB($lib, stdscr,MUTTLIBS="$MUTTLIBS -l$lib")
289
        done
290
        ])
287
291
288
        old_LIBS="$LIBS"
292
        old_LIBS="$LIBS"
289
        LIBS="$LIBS $MUTTLIBS"
293
        LIBS="$LIBS $MUTTLIBS"

Return to bug 459260