Disable the use of feenableexcept

This commit is contained in:
Juan Jose Garcia Ripoll 2010-12-28 21:51:22 +01:00
parent a6cd4a927a
commit 6073fce837
2 changed files with 1 additions and 13 deletions

12
src/configure vendored
View file

@ -8895,18 +8895,6 @@ fi
done
for ac_func in feenableexcept
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
fi
done
for ac_func in expf logf sqrtf cosf sinf tanf sinhf coshf tanhf \
floorf ceilf fabsf frexpf ldexpf log1p log1pf log1pl \

View file

@ -703,7 +703,7 @@ AC_CHECK_FUNCS( [nanosleep alarm times select setenv putenv] \
[lstat mkstemp sigprocmask isatty tzset] \
[gettimeofday getrusage] )
AC_CHECK_FUNCS( [ feenableexcept ] )
dnl AC_CHECK_FUNCS( [ feenableexcept ] )
AC_CHECK_FUNCS( [expf logf sqrtf cosf sinf tanf sinhf coshf tanhf] \
[floorf ceilf fabsf frexpf ldexpf log1p log1pf log1pl] \