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

(-)file_not_specified_in_diff (-1 / +6 lines)
Line  Link Here
0
-- configure.in
0
++ configure.in
Lines 35-40 Link Here
35
    ;;
35
    ;;
36
esac
36
esac
37
37
38
dnl Check for cos(), due to -lm underlinking #497196
39
AC_SEARCH_LIBS([cos], [m], [], [
40
	AC_MSG_ERROR([unable to find the cos() function])
41
])
42
38
AM_CONDITIONAL(LINUX, [test x$LINUX = x1])
43
AM_CONDITIONAL(LINUX, [test x$LINUX = x1])
39
AM_CONDITIONAL(WIN32, [test x$WIN32 = x1])
44
AM_CONDITIONAL(WIN32, [test x$WIN32 = x1])
40
AM_CONDITIONAL(DARWIN, [test x$DARWIN = x1])
45
AM_CONDITIONAL(DARWIN, [test x$DARWIN = x1])

Return to bug 497196