commit | d6d304298a6b9842164a53e7be386d55d18ce79f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 22:48:55 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 28 22:48:55 2018 +0100 |
tree | 28237b0a500980bf36429bd4a7e701cb29c0d169 | |
parent | 40962ec9c0e7b8699e101182b06ddd39dc0e1212 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 72fb666..39abe1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1437, +/**/ 1436, /**/ 1435,