configure: autoconf regen (2.69) to add HAVE_SYS_TIME_H

This commit is contained in:
Darryl L. Miles 2024-10-04 11:31:20 +01:00 committed by Tim Edwards
parent cd63fa3c14
commit 7696f673df
1 changed files with 13 additions and 0 deletions

13
scripts/configure vendored
View File

@ -4952,6 +4952,19 @@ fi
done
for ac_header in sys/time.h
do :
ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
if test "x$ac_cv_header_sys_time_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_SYS_TIME_H 1
_ACEOF
fi
done
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
$as_echo_n "checking for va_copy... " >&6; }
if ${ac_cv_c_va_copy+:} false; then :