File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ dnl=== SECTION 8: Check for specific functions needed
484
484
dnl ===
485
485
dnl ===-----------------------------------------------------------------------===
486
486
487
- AC_CHECK_FUNCS ( [ backtrace ffsll getcwd getpagesize getrusage gettimeofday ] )
487
+ AC_CHECK_FUNCS ( [ backtrace getcwd getpagesize getrusage gettimeofday ] )
488
488
AC_CHECK_FUNCS ( [ isatty mkdtemp mkstemp mktemp ] )
489
489
AC_CHECK_FUNCS ( [ realpath sbrk setrlimit strdup strerror strerror_r ] )
490
490
AC_CHECK_FUNCS ( [ strtoll strtoq sysconf] )
Original file line number Diff line number Diff line change @@ -27226,8 +27226,7 @@ fi
27226
27226
27227
27227
27228
27228
27229
-
27230
- for ac_func in backtrace ffsll getcwd getpagesize getrusage gettimeofday
27229
+ for ac_func in backtrace getcwd getpagesize getrusage gettimeofday
27231
27230
do
27232
27231
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
27233
27232
echo "$as_me:$LINENO: checking for $ac_func" >&5
Original file line number Diff line number Diff line change 91
91
/* Define to 1 if you have the <fcntl.h> header file. */
92
92
#undef HAVE_FCNTL_H
93
93
94
- /* Define to 1 if you have the `ffsll' function. */
95
- #undef HAVE_FFSLL
96
-
97
94
/* Set to 1 if the finite function is found in <ieeefp.h> */
98
95
#undef HAVE_FINITE_IN_IEEEFP_H
99
96
You can’t perform that action at this time.
0 commit comments