mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
(AC_CHECK_FUNCS): Add dirfd.
This commit is contained in:
parent
360a680ee6
commit
1ec2078756
1 changed files with 2 additions and 1 deletions
|
@ -864,9 +864,10 @@ AC_CHECK_HEADERS(floatingpoint.h ieeefp.h nan.h)
|
|||
# Reasons for testing:
|
||||
# asinh, acosh, atanh, trunc - C99 standard, generally not available on
|
||||
# older systems
|
||||
# dirfd - mainly BSD derived, not in older systems
|
||||
# sincos - GLIBC extension
|
||||
#
|
||||
AC_CHECK_FUNCS(asinh acosh atanh copysign finite sincos trunc)
|
||||
AC_CHECK_FUNCS(asinh acosh atanh copysign dirfd finite sincos trunc)
|
||||
|
||||
# C99 specifies isinf and isnan as macros.
|
||||
# HP-UX provides only macros, no functions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue