* config.guess: Don't use 'ldd --version' to determine the presence of

musl libc, as this fails on Alpine Linux 3.10.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Bruno Haible
2020-09-20 14:21:00 +10:00
committed by Ben Elliston
parent e072cc210e
commit 4aa554d72b
2 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2020-09-19 Bruno Haible <bruno@clisp.org>
* config.guess: Don't use 'ldd --version' to determine the presence of
musl libc, as this fails on Alpine Linux 3.10.
2020-09-08 Elad Lahav <e2lahav@gmail.com>
Ben Elliston <bje@gnu.org>