make sure we have support for feclearexcept
This commit is contained in:
parent
f5a72828a0
commit
503c30e947
@ -156,6 +156,7 @@
|
||||
#undef HAVE_CTIME
|
||||
#undef HAVE_DLOPEN
|
||||
#undef HAVE_DUP2
|
||||
#undef HAVE_FECLEAREXCEPT
|
||||
#undef HAVE_FESETTRAPENABLE
|
||||
#undef HAVE_FETESTEXCEPT
|
||||
#undef HAVE_FGETPOS
|
||||
|
@ -1400,6 +1400,7 @@ fi
|
||||
dnl Checks for library functions.
|
||||
AC_TYPE_SIGNAL
|
||||
AC_CHECK_FUNCS(acosh asinh atanh chdir ctime dlopen dup2)
|
||||
AC_CHECK_FUNCS(feclearexcept)
|
||||
AC_CHECK_FUNCS(fesettrapenable fgetpos finite ftime getcwd getenv)
|
||||
AC_CHECK_FUNCS(gethostbyname gethostid gethostname)
|
||||
AC_CHECK_FUNCS(gethrtime getpagesize)
|
||||
|
Reference in New Issue
Block a user