From 2f10b83b68289ea4556c4498357e1ef7b08f9553 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 8 Apr 2023 13:21:49 +0200 Subject: [PATCH] vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku. * m4/vasnprintf.m4 (gl_PREREQ_VASNWPRINTF): Fix a copy&paste bug. --- ChangeLog | 5 +++++ m4/vasnprintf.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5da003bd5b..491ec63bc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-08 Bruno Haible + + 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 login_tty: Fix compilation error in C++ mode on Solaris 11.4. diff --git a/m4/vasnprintf.m4 b/m4/vasnprintf.m4 index ca14ce49b4..639b29a1f3 100644 --- a/m4/vasnprintf.m4 +++ b/m4/vasnprintf.m4 @@ -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], -- 2.39.5