From 79a38ce96d957d25c950f5f7894e8037c7d424da Mon Sep 17 00:00:00 2001 From: mniip Date: Thu, 27 May 2021 01:18:29 +0300 Subject: [PATCH] Fix time.h in librb autoconf --- librb/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librb/configure.ac b/librb/configure.ac index f44d8443..b1ee90a4 100644 --- a/librb/configure.ac +++ b/librb/configure.ac @@ -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