File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -15092,7 +15092,7 @@ fi
1509215092LIBS_SAVE=$LIBS
1509315093LIBS="$LIBS $LIBM"
1509415094
15095- for ac_func in acosh asinh atanh erf erfc expm1 finite gamma lgamma log1p log2 tgamma
15095+ for ac_func in acosh asinh atanh erf erfc expm1 log1p log2
1509615096do :
1509715097 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
1509815098ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
Original file line number Diff line number Diff line change @@ -4693,7 +4693,7 @@ LIBS_SAVE=$LIBS
46934693LIBS="$LIBS $LIBM"
46944694
46954695AC_CHECK_FUNCS (
4696- [ acosh asinh atanh erf erfc expm1 finite gamma lgamma log1p log2 tgamma ] ,
4696+ [ acosh asinh atanh erf erfc expm1 log1p log2] ,
46974697 [ ] ,
46984698 [ AC_MSG_ERROR ( [ Python requires C99 compatible libm] ) ]
46994699)
Original file line number Diff line number Diff line change 353353/* Define to 1 if you have the `fexecve' function. */
354354#undef HAVE_FEXECVE
355355
356- /* Define to 1 if you have the `finite' function. */
357- #undef HAVE_FINITE
358-
359356/* Define to 1 if you have the `flock' function. */
360357#undef HAVE_FLOCK
361358
407404/* Define to 1 if you have the `gai_strerror' function. */
408405#undef HAVE_GAI_STRERROR
409406
410- /* Define to 1 if you have the `gamma' function. */
411- #undef HAVE_GAMMA
412-
413407/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */
414408#undef HAVE_GCC_ASM_FOR_MC68881
415409
586580/* Define to 1 if you have the `lchown' function. */
587581#undef HAVE_LCHOWN
588582
589- /* Define to 1 if you have the `lgamma' function. */
590- #undef HAVE_LGAMMA
591-
592583/* Define to 1 if you have the `dl' library (-ldl). */
593584#undef HAVE_LIBDL
594585
12381229/* Define to 1 if you have the <term.h> header file. */
12391230#undef HAVE_TERM_H
12401231
1241- /* Define to 1 if you have the `tgamma' function. */
1242- #undef HAVE_TGAMMA
1243-
12441232/* Define to 1 if you have the `timegm' function. */
12451233#undef HAVE_TIMEGM
12461234
You can’t perform that action at this time.
0 commit comments