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 296-301 Link Here
296
AC_MSG_RESULT($rtc_ok)
296
AC_MSG_RESULT($rtc_ok)
297
297
298
if test "$PRECISION" = "l"; then
298
if test "$PRECISION" = "l"; then
299
	AC_CHECK_LIB(ml, sinl)
299
	AC_CHECK_FUNCS([cosl sinl tanl], [], [AC_MSG_ERROR([long-double precision requires long-double trigonometric routines])])
300
	AC_CHECK_FUNCS([cosl sinl tanl], [], [AC_MSG_ERROR([long-double precision requires long-double trigonometric routines])])
300
fi
301
fi
301
302

Return to bug 149778