commit | b471690fad5f40f74aca488b13669641fb2b9de1 | [log] [tgz] |
---|---|---|
author | Kelvin Lee <kiyolee@gmail.com> | Mon Apr 04 17:20:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 04 17:20:01 2022 +0100 |
tree | 798a6e73aa2dc40e44e357d2a736639731809a3e | |
parent | 188639d75c363dffaf813e8e2209f7350ad1e871 [diff] [blame] |
patch 8.2.4686: configure doesn't find the Motif library with Cygwin Problem: Configure doesn't find the Motif library with Cygwin. Solution: Check for libXm.dll.a. (Kelvin Lee, closes #10077)
diff --git a/src/version.c b/src/version.c index 930f92e..fffd85f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4686, +/**/ 4685, /**/ 4684,