summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2022-01-17 13:52:44 -0500
committerNIIBE Yutaka <gniibe@fsij.org>2022-01-18 11:33:04 +0900
commit0150919b6a8244be1055d01ad21d6fa47788ab0e (patch)
tree5724f8895f6d9a7bf6be5fddac481b822dee235a /configure.ac
parentb26220f92fa668e185dbf2bcc5006c6e74b20073 (diff)
downloadlibgpg-error-0150919b6a8244be1055d01ad21d6fa47788ab0e.tar.gz
build: Detect more flexible musl variants of GNU
* configure.ac: expand *-*-linux-musl to *-*-linux-musl*. -- GnuPG-bug-id: 5762 Reported-by: Helmut Grohne <helmut@subdivi.de> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'configure.ac')
-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