]> git.ipfire.org Git - thirdparty/tar.git/commit
build: improve build-from-git for older GCCs
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Sep 2021 20:11:36 +0000 (13:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Sep 2021 20:11:36 +0000 (13:11 -0700)
commit7868054c034a8f59c8ec8c1ad96b77b5c073041d
tree405f43121ab7d22a04158df64b2dac9ca04c23bf
parent4f3824743f50808a0079e6057107de53c4a25f22
build: improve build-from-git for older GCCs

configure.ac: Bump GCC version from 4.6 to 11.2 when deciding whether
to default to enabling GCC warnings when --enable-gcc-warnings is not
specified, as older GCCs can generate too many false alarms.  From
a suggestion by Christian Schoenebeck.
configure.ac