diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -27227,7 +27227,7 @@ fi -for ac_func in backtrace getcwd getpagesize getrusage gettimeofday isatty +for ac_func in backtrace ffsll getcwd getpagesize getrusage gettimeofday do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 @@ -27331,7 +27331,8 @@ done -for ac_func in mkdtemp mkstemp mktemp + +for ac_func in isatty mkdtemp mkstemp mktemp do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 |