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 / +3 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 214-222 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])])
217
	PKG_CHECK_MODULES([NCURSES], [ncurses],[have_ncurses=yes],
218
    AC_CHECK_LIB(ncurses,initscr,[have_ncurses=yes; NCURSES_LIBS=-lncurses],[AC_MSG_WARN([******** you don't have the ncurses library correctly installed])]))
218
219
219
    NCURSES_LIBS=-lncurses
220
    AC_SUBST(NCURSES_LIBS)
220
    AC_SUBST(NCURSES_LIBS)
221
221
222
    dnl sigc++
222
    dnl sigc++

Return to bug 683738