disable some tests with 32-bit time_t systems
Also disable use of _mkgmtime, it does not produce correct results.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user