From 72db4a5deb729d32c1bdf08df9836f11e0c13f25 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Thu, 20 Jul 2023 12:41:32 +0000 Subject: Don't bail out when no 64-bit time is available --- unix/configure | 2 -- unix/tcl.m4 | 2 -- 2 files changed, 4 deletions(-) diff --git a/unix/configure b/unix/configure index 0c01d10..44265f2 100755 --- a/unix/configure +++ b/unix/configure @@ -7706,8 +7706,6 @@ printf "%s\n" "$tcl_cv__time_bits" >&6; } printf "%s\n" "#define _TIME_BITS 64" >>confdefs.h - else - as_fn_error $? "no 64-bit time_t available" "$LINENO" 5 fi fi diff --git a/unix/tcl.m4 b/unix/tcl.m4 index d1eeed3..98581e8 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -2377,8 +2377,6 @@ AC_DEFUN([SC_TCL_64BIT_FLAGS], [ [tcl_cv__time_bits=yes],[tcl_cv__time_bits=no])]) if test "x${tcl_cv__time_bits}" = "xyes" ; then AC_DEFINE(_TIME_BITS, 64, [_TIME_BITS=64 enables 64-bit time_t.]) - else - AC_MSG_ERROR([no 64-bit time_t available]) fi fi -- cgit v0.12