summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-01-17 13:52:44 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-01-17 13:52:44 -0500
commit371d1c952297f781277b979a4662859ec80fe836 (patch)
tree907e680cbdf46d4fd1b7b0f2b84e1eb8186c72ab
parent973dbdbfc90136798cfa4001166a40b904fdad70 (diff)
downloadlibgpg-error-dkg/expand-musl.tar.gz
build: Detect more flexible musl variants of GNUdkg/expand-musl
* configure.ac: expand *-*-linux-musl to *-*-linux-musl*. Reported-by: Helmut Grohne <helmut@subdivi.de> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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