comparison src/auto/configure @ 17135:d03a52e02f1a v8.1.1567

patch 8.1.1567: localtime_r() does not respond to $TZ changes commit https://github.com/vim/vim/commit/db51730df1817fc4b6ecf5a065c69fac518ad821 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 18 22:53:24 2019 +0200 patch 8.1.1567: localtime_r() does not respond to $TZ changes Problem: Localtime_r() does not respond to $TZ changes. Solution: If $TZ changes then call tzset(). (Tom Ryder)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jun 2019 23:00:07 +0200
parents 70f424551938
children 1868ec23360e
comparison
equal deleted inserted replaced
17134:afef6986c785 17135:d03a52e02f1a
12567 for ac_func in fchdir fchown fchmod fsync getcwd getpseudotty \ 12567 for ac_func in fchdir fchown fchmod fsync getcwd getpseudotty \
12568 getpwent getpwnam getpwuid getrlimit gettimeofday localtime_r lstat \ 12568 getpwent getpwnam getpwuid getrlimit gettimeofday localtime_r lstat \
12569 memset mkdtemp nanosleep opendir putenv qsort readlink select setenv \ 12569 memset mkdtemp nanosleep opendir putenv qsort readlink select setenv \
12570 getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \ 12570 getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
12571 sigprocmask sigvec strcasecmp strerror strftime stricmp strncasecmp \ 12571 sigprocmask sigvec strcasecmp strerror strftime stricmp strncasecmp \
12572 strnicmp strpbrk strtol tgetent towlower towupper iswupper \ 12572 strnicmp strpbrk strtol tgetent towlower towupper iswupper tzset \
12573 usleep utime utimes mblen ftruncate unsetenv posix_openpt 12573 usleep utime utimes mblen ftruncate unsetenv posix_openpt
12574 do : 12574 do :
12575 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` 12575 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12576 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" 12576 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12577 if eval test \"x\$"$as_ac_var"\" = x"yes"; then : 12577 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :