]> Savannah Git Hosting - gnulib.git/commitdiff
wcsncat: Fix configure test.
authorBruno Haible <bruno@clisp.org>
Wed, 6 Nov 2024 11:44:26 +0000 (12:44 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 6 Nov 2024 11:44:26 +0000 (12:44 +0100)
* m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Fix wrong cache variable name.

ChangeLog
m4/wcsncat.m4

index 43e09219b3ea55c00f8ae1fe3976eac70029b739..1ed9fa07631bff42998b593da82e3804bfd4aaa3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-06  Bruno Haible  <bruno@clisp.org>
+
+       wcsncat: Fix configure test.
+       * m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Fix wrong cache variable name.
+
 2024-11-06  Bruno Haible  <bruno@clisp.org>
 
        strncat, wcsncat tests: Fix test.
index 7b04f23c95b33258020a6ad9912354b37976ad7c..6c08014700f33ac40998994e95b524c1c8e64094 100644 (file)
@@ -1,5 +1,5 @@
 # wcsncat.m4
-# serial 3
+# serial 4
 dnl Copyright (C) 2011-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -31,7 +31,7 @@ AC_DEFUN([gl_FUNC_WCSNCAT],
             darwin* | netbsd* | openbsd* | solaris* | cygwin*)
               gl_cv_func_wcsncat_works="guessing no" ;;
             *)
-              gl_cv_func_strndup_works="guessing yes" ;;
+              gl_cv_func_wcsncat_works="guessing yes" ;;
           esac
          ])
       ])