]> git.ipfire.org Git - thirdparty/glibc.git/commit - configure.ac
configure: Move locale tools early
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 2 Dec 2022 19:00:25 +0000 (16:00 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 6 Dec 2022 12:40:19 +0000 (09:40 -0300)
commit43ecc41dda576947c6adcc94b35c083d926e43ce
tree49f4de2f4c4d3c7d8acc6ffc59d2299e2022738d
parent8fb923ddc38dd5f4bfac4869d70fd80483fdb87a
configure: Move locale tools early

When using --with-binutils, the configure might not use the specified
linker or assembler while checking for expected support.  Move the
tools check early, before any compiler usage test.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
configure
configure.ac