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

Collapse All | Expand All

(-)configure.ac.old (+1 lines)
Lines 284-289 Link Here
284
AC_FUNC_STRTOD
284
AC_FUNC_STRTOD
285
AC_FUNC_VPRINTF
285
AC_FUNC_VPRINTF
286
AC_CHECK_LIB(m, sin)
286
AC_CHECK_LIB(m, sin)
287
AC_CHECK_LIB(ml, sinl)
287
AC_CHECK_FUNCS([BSDgettimeofday gettimeofday gethrtime read_real_time time_base_to_time drand48 sqrt memset posix_memalign memalign _mm_malloc _mm_free clock_gettime mach_absolute_time sysctl abort sinl cosl])
288
AC_CHECK_FUNCS([BSDgettimeofday gettimeofday gethrtime read_real_time time_base_to_time drand48 sqrt memset posix_memalign memalign _mm_malloc _mm_free clock_gettime mach_absolute_time sysctl abort sinl cosl])
288
AC_CHECK_DECLS([drand48, memalign, posix_memalign, sinl, cosl])
289
AC_CHECK_DECLS([drand48, memalign, posix_memalign, sinl, cosl])
289
290

Return to bug 149778