summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-09 20:34:48 +0200
committerBruno Haible <bruno@clisp.org>2023-04-09 20:35:39 +0200
commitde3b8cf5e26e3539a2c696688d6422dab851d06c (patch)
tree12767316bb17ef0f4383c679f35ccf2d9c0d346e /m4
parente5870f71c32284974669bb766daefee78737c0fa (diff)
downloadgnulib-de3b8cf5e26e3539a2c696688d6422dab851d06c.tar.gz
vasnwprintf-posix: More details about the glibc bug.
* doc/posix-functions/swprintf.texi: Add comment. * m4/printf.m4 (gl_SWPRINTF_DIRECTIVE_LA): Update cross-compilation guess.
Diffstat (limited to 'm4')
-rw-r--r--m4/printf.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/printf.m4 b/m4/printf.m4
index f513da0c84..efb85a57af 100644
--- a/m4/printf.m4
+++ b/m4/printf.m4
@@ -1,4 +1,4 @@
-# printf.m4 serial 81
+# printf.m4 serial 82
dnl Copyright (C) 2003, 2007-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -1988,7 +1988,7 @@ int main ()
AC_EGREP_CPP([Unlucky], [
#include <features.h>
#ifdef __GNU_LIBRARY__
- #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 17) || (__GLIBC__ > 2)) && !defined __UCLIBC__
+ #if ((__GLIBC__ == 2 && __GLIBC_MINOR__ >= 16) || (__GLIBC__ > 2)) && !defined __UCLIBC__
Unlucky
#endif
#endif