commit | 348808f7c000a49d435c15db68c814b026f8167d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 07 20:50:07 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 07 20:50:07 2020 +0100 |
tree | 302062ef2ccc2f33f9d62ab337614724cdb8aa7f | |
parent | c2a4b35b86fa8b28a34a9aea8ad16c87dbc6d834 [diff] [blame] |
patch 8.2.0228: configure does not recognize gcc version on BSD Problem: Configure does not recognize gcc version on BSD. Solution: Do not use "\+" in the pattern matching the version number. (Ozaki Kiichi, closes #5590)
diff --git a/src/version.c b/src/version.c index 82f1003..29c1614 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 228, +/**/ 227, /**/ 226,