--- configure.in.~1.222.~ 2003-06-21 10:15:31.000000000 +1000 +++ configure.in 2003-07-01 17:18:45.000000000 +1000 @@ -759,10 +759,12 @@ AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h) -# asinh, acosh, atanh and trunc (all in -lm) are only C99 standard and older -# systems generally don't have them. +# Reasons for testing: +# asinh, acosh, atanh, trunc - C99 standard, generally not available on +# older systems +# sincos - GLIBC extension # -AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan trunc) +AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan sincos trunc) # When testing for the presence of alloca, we need to add alloca.o # explicitly to LIBOBJS to make sure that it is translated to