summaryrefslogtreecommitdiff
path: root/modules/setlocale-null
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-09-19 15:08:43 +0200
committerBruno Haible <bruno@clisp.org>2020-09-19 15:08:43 +0200
commitaae308a3354bb3d0ae0bdf8647ce9be8e46abbce (patch)
treece6663968d93ce365e77693f8a2606288215b391 /modules/setlocale-null
parent3d87a9ada8e2cf75cac9d969d76c5f2ac0b9b38d (diff)
downloadgnulib-aae308a3354bb3d0ae0bdf8647ce9be8e46abbce.tar.gz
Fix recognition of musl libc on Alpine Linux 3.10.
Reported by Jeffrey Walton <noloader@gmail.com> in <https://lists.gnu.org/archive/html/grep-devel/2020-09/msg00020.html>. * m4/musl.m4 (gl_MUSL_CANONICAL_HOST): New macro. (gl_MUSL_LIBC): Require it. * m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Likewise. * modules/setlocale-null (Files): Add m4/musl.m4.
Diffstat (limited to 'modules/setlocale-null')
-rw-r--r--modules/setlocale-null1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/setlocale-null b/modules/setlocale-null
index 2774004ff1..d8c57a240e 100644
--- a/modules/setlocale-null
+++ b/modules/setlocale-null
@@ -7,6 +7,7 @@ lib/setlocale_null.c
lib/setlocale-lock.c
lib/windows-initguard.h
m4/setlocale_null.m4
+m4/musl.m4
m4/threadlib.m4
m4/visibility.m4