]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0103: if running configure with cached results -lrt may be missing v9.0.0103
authorBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 21:39:54 +0000 (22:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 28 Jul 2022 21:39:54 +0000 (22:39 +0100)
commitefffa5360ebb2b6919c5eb1998c5df4c8849a407
tree37f292fbd4b5edf02bc1d65e5ca4ade5f02cb5ac
parenta6f9e300161f4cb54713da22f65b261595e8e614
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.
src/auto/configure
src/configure.ac
src/version.c