]> git.ipfire.org Git - thirdparty/git.git/commit
configure.ac: remove USE_PIC comment
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 31 Mar 2022 01:45:51 +0000 (03:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 17:16:05 +0000 (10:16 -0700)
commit7146f271c6077ff35e33684b8e7de48dca4e9dcf
treee818634342382013fa2728e33c918ea187c467a6
parent551f5022019803cceb0fa3943f696fae32f093f9
configure.ac: remove USE_PIC comment

Remove a comment about a Makefile knob that was removed in
f7661ce0b8e (Remove -fPIC which was only needed for Git.xs,
2006-09-29). The comment had been copied over to configure.ac in
633b423961d (Copy description of build configuration variables to
configure.ac, 2006-07-08).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
configure.ac