1 From 7437acb228678ea5d8288b930b4f5b72c3d449ed Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Mon, 24 May 2021 11:03:42 +0200
4 Subject: [PATCH] configure.ac: do not hardcode gnu libc when generating
7 This erroneously excluded e.g. musl libc.
9 Upstream-Status: Pending
10 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
13 1 file changed, 1 insertion(+), 1 deletion(-)
15 diff --git a/configure.ac b/configure.ac
16 index c0aab53..6d46d13 100644
19 @@ -603,7 +603,7 @@ if test x"$gl_use_threads" = xno; then
20 AC_MSG_NOTICE([generated src/lock-obj-pub.native.h for $host])
21 elif test x$cross_compiling = xyes; then
25 AC_CHECK_TOOL(OBJDUMP, [objdump])
26 if test -n "$OBJDUMP"; then
27 lock_obj_h_generated=yes