bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku


From: Bruno Haible
Subject: Re: vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku
Date: Sat, 08 Apr 2023 14:43:39 +0200

Oops, there was a small bug in this patch. Corrected like this:


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.

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],






reply via email to

[Prev in Thread] Current Thread [Next in Thread]