Fix time.h in librb autoconf

This commit is contained in:
mniip 2021-05-27 01:18:29 +03:00 committed by Doug Freed
parent 8dbfb0203e
commit 79a38ce96d

View file

@ -623,7 +623,7 @@ fi
if test x$ac_cv_header_sys_time_h = xyes; then
rb_sys_time_h=yes
fi
if test x$ac_cv_header_time = xyes; then
if test x$ac_cv_header_time_h = xyes; then
rb_time_h=yes
fi