1
0
forked from aniani/vim

patch 8.2.0213: configure does not recognize gcc 10.0 and later

Problem:    Configure does not recognize gcc 10.0 and later.
Solution:   Adjust the pattern matching the version number. (Sergei
            Trofimovich, closes #5580)
This commit is contained in:
Bram Moolenaar
2020-02-05 20:44:24 +01:00
parent 07ada5ff2f
commit 7077892a79
3 changed files with 5 additions and 3 deletions

View File

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