make sure we have support for feclearexcept

This commit is contained in:
Costa Vitor 2009-06-15 10:30:12 -05:00
parent f5a72828a0
commit 503c30e947
3 changed files with 6701 additions and 6548 deletions

View File

@ -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

13247
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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)