summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-08 13:21:49 +0200
committerBruno Haible <bruno@clisp.org>2023-04-08 13:21:49 +0200
commit2f10b83b68289ea4556c4498357e1ef7b08f9553 (patch)
tree3fb432ee3a49774724c5276b7d0c2ad648258f9a /m4
parentdc7c42cdfec450f109151649544b88765877e4ab (diff)
downloadgnulib-2f10b83b68289ea4556c4498357e1ef7b08f9553.tar.gz
vasnwprintf-posix: Really work around %La bug in glibc 2.15 and Haiku.
* m4/vasnprintf.m4 (gl_PREREQ_VASNWPRINTF): Fix a copy&paste bug.
Diffstat (limited to 'm4')
-rw-r--r--m4/vasnprintf.m42
1 files changed, 1 insertions, 1 deletions
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],