mirror of
https://github.com/vim/vim.git
synced 2025-10-27 09:24:23 -04:00
patch 9.0.1450: MacOS: building fails if clock_gettime() is not available
Problem: MacOS: building fails if clock_gettime() is not available. Solution: Add a configure check for clock_gettime(). (closes #12242)
This commit is contained in:
@@ -3709,7 +3709,8 @@ AC_CHECK_FUNCS(fchdir fchown fchmod fsync getcwd getpseudotty \
|
||||
getpgid setpgid setsid sigaltstack sigstack sigset sigsetjmp sigaction \
|
||||
sigprocmask sigvec strcasecmp strcoll strerror strftime stricmp strncasecmp \
|
||||
strnicmp strpbrk strptime strtol tgetent towlower towupper iswupper \
|
||||
tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt)
|
||||
tzset usleep utime utimes mblen ftruncate unsetenv posix_openpt \
|
||||
clock_gettime)
|
||||
AC_FUNC_SELECT_ARGTYPES
|
||||
AC_FUNC_FSEEKO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user