]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1450: MacOS: building fails if clock_gettime() is not available v9.0.1450
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Apr 2023 18:15:54 +0000 (19:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Apr 2023 18:15:54 +0000 (19:15 +0100)
commit08210f8def4886b0cd04dd4bbebed719f0512315
treec04723d037a434c24ce1480a30f9ede304616f7a
parentff6c230051ed2a2dbbbd517f51fe00c8ea27961b
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)
src/auto/configure
src/config.h.in
src/configure.ac
src/errors.h
src/evalfunc.c
src/gui.c
src/os_unix.c
src/version.c
src/vim.h