* m4/wcsncat.m4 (gl_FUNC_WCSNCAT): Fix wrong cache variable name.
+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.
# 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,
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
])
])