From a45e38e962a30307dd2034c2c032bd76333ebd2c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 17 Oct 2015 22:57:59 -0500 Subject: disable some tests with 32-bit time_t systems Also disable use of _mkgmtime, it does not produce correct results. --- crypto/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto') diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 40d82cd..b5ccf24 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am @@ -74,10 +74,8 @@ libcompat_la_SOURCES += compat/inet_pton.c endif if !HAVE_TIMEGM -if !HAVE__MKGMTIME libcompat_la_SOURCES += compat/timegm.c endif -endif if !HAVE_REALLOCARRAY libcompat_la_SOURCES += compat/reallocarray.c -- cgit v1.2.3-55-g6feb