1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-02-07 20:50:07 +01:00
parent c2a4b35b86
commit 348808f7c0
3 changed files with 4 additions and 2 deletions

View File

@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
228,
/**/
227,
/**/