mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
configure: autoconf regen (2.69) to add HAVE_SYS_TIME_H
This commit is contained in:
committed by
Tim Edwards
parent
cd63fa3c14
commit
7696f673df
Vendored
+13
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user