commit | 8ce3ca8961c5968a02de0a0b98f906695331f254 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Wed Jun 23 15:41:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 23 15:41:52 2021 +0200 |
tree | ef8addee5f72349ad815b8412e958065892decc3 | |
parent | 7237cab8f1d1a4391372cafdb57f2d97f3b32d05 [diff] [blame] |
patch 8.2.3037: configure reports libcanberra when checking for libsodium Problem: Configure reports libcanberra when checking for libsodium. Solution: Adjust the message. (Ozaki Kiichi, closes #8435)
diff --git a/src/version.c b/src/version.c index 933dd4f..4ae8846 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3037, +/**/ 3036, /**/ 3035,