mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(AC_CHECK_HEADERS): Check for floatingpoint.h ieeefp.h, and nan.h.
(AC_CHECK_FUNCS): Check for finite, isinf, and isnan.
This commit is contained in:
parent
f7481d58bb
commit
594e69b74b
1 changed files with 4 additions and 0 deletions
|
@ -503,6 +503,10 @@ fi
|
|||
|
||||
AC_REPLACE_FUNCS(inet_aton putenv strerror memmove mkstemp)
|
||||
|
||||
AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h)
|
||||
|
||||
AC_CHECK_FUNCS(finite isinf isnan)
|
||||
|
||||
# When testing for the presence of alloca, we need to add alloca.o
|
||||
# explicitly to LIBOBJS to make sure that it is translated to
|
||||
# `alloca.lo' for libtool later on. This can and should be done more cleanly.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue