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

Collapse All | Expand All

(-)centerim-4.22.10/configure.ac (-2 / +3 lines)
Lines 384-393 Link Here
384
AC_CHECK_LIB(socket, socket)
384
AC_CHECK_LIB(socket, socket)
385
AC_CHECK_LIB(nsl, gethostbyname)
385
AC_CHECK_LIB(nsl, gethostbyname)
386
386
387
PKG_PROG_PKG_CONFIG
387
AX_WITH_CURSES
388
AX_WITH_CURSES
388
if test "x$ax_cv_ncurses" = "xyes"
389
if test "x$ax_cv_ncurses" = "xyes" -o "x$ax_cv_ncursesw" = "xyes"
389
then
390
then
390
                LIBS="$LIBS $CURSES_LIB"
391
                LIBS="$LIBS $CURSES_LIBS"
391
else
392
else
392
                AC_MSG_ERROR([You need ncurses/ncursesw library and header files.])
393
                AC_MSG_ERROR([You need ncurses/ncursesw library and header files.])
393
fi
394
fi

Return to bug 638976