environment/autoconf_cache: Disable 64-bit time_t by default
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
c2db3dce6c
commit
647562d909
@@ -170,3 +170,7 @@ ac_cv_strftime_extensions=yes
|
|||||||
|
|
||||||
# time
|
# time
|
||||||
ac_cv_func_wait3=yes
|
ac_cv_func_wait3=yes
|
||||||
|
|
||||||
|
# Y2038
|
||||||
|
gl_cv_type_time_t_y2038=${gl_cv_type_time_t_y2038=no}
|
||||||
|
ac_cv_type_time_t_bits_macro=${ac_cv_type_time_t_bits_macro=no}
|
||||||
|
|||||||
Reference in New Issue
Block a user