]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0228: configure does not recognize gcc version on BSD v8.2.0228
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Feb 2020 19:50:07 +0000 (20:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Feb 2020 19:50:07 +0000 (20:50 +0100)
commit348808f7c000a49d435c15db68c814b026f8167d
tree302062ef2ccc2f33f9d62ab337614724cdb8aa7f
parentc2a4b35b86fa8b28a34a9aea8ad16c87dbc6d834
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)
src/auto/configure
src/configure.ac
src/version.c