summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-01-13 14:23:00 +0100
committerMartin Matuska <martin@matuska.org>2020-01-13 16:16:13 +0100
commita11f15860ae39ecdc8173243a211cdafc8ac893c (patch)
tree0c49b30b9e9f1bbda11a24033b1f7161562846d2 /configure.ac
parentbdea136855bf7d7cb42cc90c6fbe0c1b4719859d (diff)
downloadlibarchive-a11f15860ae39ecdc8173243a211cdafc8ac893c.tar.gz
Windows: use _localtime64_s and _gmtime64_s where appropriate
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ce90ee83..072ea90f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -641,7 +641,7 @@ AC_CHECK_FUNCS([strchr strdup strerror strncpy_s strrchr symlink timegm])
AC_CHECK_FUNCS([tzset unlinkat unsetenv utime utimensat utimes vfork])
AC_CHECK_FUNCS([wcrtomb wcscmp wcscpy wcslen wctomb wmemcmp wmemcpy wmemmove])
AC_CHECK_FUNCS([_ctime64_s _fseeki64])
-AC_CHECK_FUNCS([_get_timezone _localtime64_s _mkgmtime64])
+AC_CHECK_FUNCS([_get_timezone _gmtime64_s _localtime64_s _mkgmtime64])
# detects cygwin-1.7, as opposed to older versions
AC_CHECK_FUNCS([cygwin_conv_path])