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

(-)a/configure.ac (+2 lines)
Lines 21-26 esac Link Here
21
AC_PROG_CC
21
AC_PROG_CC
22
AC_PROG_CPP
22
AC_PROG_CPP
23
AC_PROG_INSTALL
23
AC_PROG_INSTALL
24
PKG_PROG_PKG_CONFIG
24
25
25
# Checks for header files.
26
# Checks for header files.
26
AC_HEADER_STDC
27
AC_HEADER_STDC
Lines 53-58 AC_HEADER_STDBOOL Link Here
53
# Tests involving libraries
54
# Tests involving libraries
54
AC_CHECK_LIB([m], [pow])
55
AC_CHECK_LIB([m], [pow])
55
AC_CHECK_LIB([ncurses], [waddstr])
56
AC_CHECK_LIB([ncurses], [waddstr])
57
PKG_CHECK_MODULES([ncurses], [ncurses], [LIBS="$LIBS $ncurses_LIBS"], AC_MSG_ERROR([ncurses is required but was not found]))
56
AC_CHECK_LIB([cap], [cap_get_flag])
58
AC_CHECK_LIB([cap], [cap_get_flag])
57
59
58
60

Return to bug 503494