summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2021-12-13 14:20:39 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2021-12-13 14:20:39 +0900
commite17cf023d894acc3932505f66fbd9c31ce56793f (patch)
tree738ef94456dded4c4f274283275417b44d404b92 /configure.ac
parent7fac8e02d80d139f43fc5fd179618ab769512124 (diff)
downloadlibgpg-error-e17cf023d894acc3932505f66fbd9c31ce56793f.tar.gz
build: Detect a system with musl, as a variant of GNU System.
* configure.ac: Add *-*-linux-musl. -- Reported-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
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 62f2634..35c0324 100644
--- a/configure.ac
+++ b/configure.ac
@@ -605,7 +605,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-gnu* | *-*-linux-musl)
AC_CHECK_TOOL(OBJDUMP, [objdump])
if test -n "$OBJDUMP"; then
lock_obj_h_generated=yes