From 9af31eed61fdbf006bb547e734c3cc4e59a99cc6 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 21 Jun 2003 00:15:09 +0000 Subject: [PATCH] (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 674e8f2fe..d1d0f656d 100644 --- a/configure.in +++ b/configure.in @@ -759,7 +759,10 @@ AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp) AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h) -AC_CHECK_FUNCS(finite isinf isnan copysign) +# asinh, acosh, atanh and trunc (all in -lm) are only C99 standard and older +# systems generally don't have them. +# +AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan 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 -- 2.20.1