From 371d1c952297f781277b979a4662859ec80fe836 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Mon, 17 Jan 2022 13:52:44 -0500 Subject: build: Detect more flexible musl variants of GNU * configure.ac: expand *-*-linux-musl to *-*-linux-musl*. Reported-by: Helmut Grohne Signed-off-by: Daniel Kahn Gillmor --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 27b2f27..c7f727d 100644 --- a/configure.ac +++ b/configure.ac @@ -604,7 +604,7 @@ if test x"$gl_use_threads" = xno; then AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host]) elif test x$cross_compiling = xyes; then case $host in - *-*-linux-gnu* | *-*-linux-musl) + *-*-linux-gnu* | *-*-linux-musl*) AC_CHECK_TOOL(OBJDUMP, [objdump]) if test -n "$OBJDUMP"; then lock_obj_h_generated=yes -- cgit v1.2.3