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

(-)file_not_specified_in_diff (-4 / +1 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 54-62 AC_HEADER_STDBOOL Link Here
54
54
55
# Tests involving libraries
55
# Tests involving libraries
56
AC_CHECK_LIB([m], [pow], [],              [AC_MSG_ERROR(math library not found)])
56
AC_CHECK_LIB([m], [pow], [],              [AC_MSG_ERROR(math library not found)])
57
AC_CHECK_LIB([ncursesw], [waddstr],
58
	     [],
59
	     [AC_CHECK_LIB([ncurses], [waddstr], [], [AC_MSG_ERROR(ncurses library not found)])])
60
AC_CHECK_LIB([pthread], [pthread_create], [CFLAGS="$CFLAGS -pthread"],
57
AC_CHECK_LIB([pthread], [pthread_create], [CFLAGS="$CFLAGS -pthread"],
61
					  [AC_MSG_ERROR(pthread library not found)])
58
					  [AC_MSG_ERROR(pthread library not found)])
62
59

Return to bug 785562