Fix time.h in librb autoconf
This commit is contained in:
parent
8dbfb0203e
commit
79a38ce96d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue