]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1437: pkg-config doesn't work with cross compiling v8.0.1437
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Jan 2018 21:48:55 +0000 (22:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Jan 2018 21:48:55 +0000 (22:48 +0100)
commitd6d304298a6b9842164a53e7be386d55d18ce79f
tree28237b0a500980bf36429bd4a7e701cb29c0d169
parent40962ec9c0e7b8699e101182b06ddd39dc0e1212
patch 8.0.1437: pkg-config doesn't work with cross compiling

Problem:    Pkg-config doesn't work with cross compiling.
Solution:   Use AC_PATH_TOOL() instead of AC_PATH_PROG(). (James McCoy,
            closes #2513)
src/auto/configure
src/configure.ac
src/version.c