From d5d60a503f6de8866be843b40fe6de7c20a0f3a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Wed, 12 Dec 2018 14:08:15 -0500 Subject: Speed up UTC mktime by using library timegm if available instead of our slow implementation. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b3ba275b..f488b48d 100755 --- a/configure +++ b/configure @@ -9982,7 +9982,7 @@ for ac_func in __etoa_l atexit btowc fmod gai_strerror \ memset_ulong mkstemp posix_openpt setenv setlocale setsid sigprocmask \ snprintf strchr \ strerror strftime strcasecmp strncasecmp strcoll strtod strtoul \ - system tmpfile towlower towupper tzset usleep waitpid wcrtomb \ + system timegm tmpfile towlower towupper tzset usleep waitpid wcrtomb \ wcscoll wctype do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -- cgit v1.2.3