1
0
forked from aniani/vim

patch 9.0.0103: if running configure with cached results -lrt may be missing

Problem:    If running configure with cached results -lrt may be missing.
Solution:   Use two cache variables, one without and one with -lrt.
            (closes #10799)  Swap checks to avoid adding -lrt unnecessarily.
This commit is contained in:
Bram Moolenaar
2022-07-28 22:39:54 +01:00
parent a6f9e30016
commit efffa5360e
3 changed files with 103 additions and 74 deletions

View File

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