1
0
forked from aniani/vim

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)
This commit is contained in:
Richard Purdie
2022-07-24 20:48:00 +01:00
committed by Bram Moolenaar
parent c963ec31a0
commit 509695c1c3
3 changed files with 34 additions and 17 deletions

View File

@@ -735,6 +735,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
65,
/**/
64,
/**/