mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
Disable the use of feenableexcept
This commit is contained in:
parent
a6cd4a927a
commit
6073fce837
2 changed files with 1 additions and 13 deletions
12
src/configure
vendored
12
src/configure
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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] \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue