commit | f4ee528086dcff2b8744544c440853f177956261 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 30 20:18:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 30 20:18:08 2020 +0200 |
tree | 3662005de667b49daabd017ae6aaf90364e1f049 | |
parent | 9d489566815d7913afc5dfc2a772bacede3970fb [diff] [blame] |
patch 8.2.1327: Mac: configure can't find Tcl libraries Problem: Mac: configure can't find Tcl libraries. Solution: Adjust configure check. (closes #6575)
diff --git a/src/version.c b/src/version.c index c37fbe4..806e064 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1327, +/**/ 1326, /**/ 1325,