From: Bruno Haible Date: Sat, 8 Apr 2023 11:21:49 +0000 (+0200) Subject: vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku. X-Git-Tag: v1.0~1487 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2f10b83b68289ea4556c4498357e1ef7b08f9553;p=gnulib.git vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku. * m4/vasnprintf.m4 (gl_PREREQ_VASNWPRINTF): Fix a copy&paste bug. --- 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],