Skip to content
Snippets Groups Projects
Commit 1fad1a1e authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Disable check for function feenableexcept()

parent cb8e5c1e
No related branches found
No related tags found
1 merge request!73M214003/develop
......@@ -133,7 +133,8 @@ fi
AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
# ----------------------------------------------------------------------
AC_CHECK_FUNCS(feenableexcept)
# check for feenableexcept needs to define macro __USE_GNU and to include fenv.h
# AC_CHECK_FUNCS(feenableexcept)
#
AC_CHECK_MEMBERS([fenv_t.__control, fenv_t.__mxcsr],,,[[#include <fenv.h>]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment