From c50044d6842e0477666ce58b2698f0685e008337 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 13:59:25 +0100 Subject: mbrtowc: Rename LIB_MBRTOWC to MBRTOWC_LIB. * m4/mbrtowc.m4: Rename LIB_MBRTOWC to MBRTOWC_LIB. All uses changed. * NEWS: Mention the change. --- modules/quotearg-simple-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/quotearg-simple-tests') diff --git a/modules/quotearg-simple-tests b/modules/quotearg-simple-tests index dbbd94e712..7f2f03f345 100644 --- a/modules/quotearg-simple-tests +++ b/modules/quotearg-simple-tests @@ -19,4 +19,4 @@ AC_CHECK_FUNCS_ONCE([mprotect]) Makefile.am: TESTS += test-quotearg-simple check_PROGRAMS += test-quotearg-simple -test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ $(LIB_MBRTOWC) +test_quotearg_simple_LDADD = $(LDADD) @LIBINTL@ $(MBRTOWC_LIB) -- cgit v1.2.1