commit | 509695c1c3f5c94bf4b1de5dd0fc11202804f638 | [log] [tgz] |
---|---|---|
author | Richard Purdie <richard.purdie@linuxfoundation.org> | Sun Jul 24 20:48:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 24 20:48:00 2022 +0100 |
tree | 4f5aa1c4f20d6e2fd2bf6fe7d1f3459a2553f0a4 | |
parent | c963ec31a0c293d629e40cb082d4bfb1651def49 [diff] [blame] |
patch 9.0.0065: cross-compiling doesn't work because of timer_create check Problem: Cross-compiling doesn't work because of timer_create check. Solution: Use AC_CACHE_CHECK(). (Richard Purdie, closes #10777)
diff --git a/src/version.c b/src/version.c index 7534c23..364a071 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 65, +/**/ 64, /**/ 63,