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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 214-222 then Link Here
214
    AC_SUBST(LOSC_CFLAGS)
214
    AC_SUBST(LOSC_CFLAGS)
215
215
216
    dnl curses
216
    dnl curses
217
    AC_CHECK_LIB(ncurses,initscr,have_ncurses=yes,[AC_MSG_WARN([******** you don't have the ncurses library correctly installed])])
218
217
219
    NCURSES_LIBS=-lncurses
218
    AC_CHECK_LIB(ncurses,initscr,have_ncurses=yes,[AC_MSG_WARN([******** you don't have the ncurses library correctly installed])])
219
    NCURSES_LIBS="-lncurses"
220
    AC_CHECK_LIB(tinfo,nodelay, NCURSES_LIBS="-lncurses -ltinfo" ,[AC_MSG_WARN([ncurses doesnt need ltinfo])])
220
    AC_SUBST(NCURSES_LIBS)
221
    AC_SUBST(NCURSES_LIBS)
221
222
222
    dnl sigc++
223
    dnl sigc++

Return to bug 683738