]> Savannah Git Hosting - gnulib.git/commitdiff
vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Apr 2023 11:21:49 +0000 (13:21 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Apr 2023 11:21:49 +0000 (13:21 +0200)
* m4/vasnprintf.m4 (gl_PREREQ_VASNWPRINTF): Fix a copy&paste bug.

ChangeLog
m4/vasnprintf.m4

index 5da003bd5b9bde5bf00d462ede3c6069269465b9..491ec63bc6451c831ad6256fcd48967f33359cba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-08  Bruno Haible  <bruno@clisp.org>
+
+       vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.
+       * m4/vasnprintf.m4 (gl_PREREQ_VASNWPRINTF): Fix a copy&paste bug.
+
 2023-04-08  Bruno Haible  <bruno@clisp.org>
 
        login_tty: Fix compilation error in C++ mode on Solaris 11.4.
index ca14ce49b482ff93718e5599b2e07c81b8a5a51b..639b29a1f394709c536d6adef533612c0499fce6 100644 (file)
@@ -115,7 +115,7 @@ AC_DEFUN_ONCE([gl_PREREQ_VASNWPRINTF],
       ;;
   esac
   gl_SWPRINTF_DIRECTIVE_LA
-  case "$gl_cv_func_printf_directive_a" in
+  case "$gl_cv_func_swprintf_directive_la" in
     *yes) ;;
     *)
       AC_DEFINE([NEED_WPRINTF_DIRECTIVE_LA], [1],