From bd50da7f20cffb8c320f8592bd026b29ecc82a09 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 15:05:00 +0100 Subject: setlocale: Rename LIB_SETLOCALE to SETLOCALE_LIB. * m4/setlocale.m4: Rename LIB_SETLOCALE to SETLOCALE_LIB. All uses changed. * NEWS: Mention the change. --- modules/vasnprintf-posix-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/vasnprintf-posix-tests') diff --git a/modules/vasnprintf-posix-tests b/modules/vasnprintf-posix-tests index 2ea2791ddf..2ff8fc1da3 100644 --- a/modules/vasnprintf-posix-tests +++ b/modules/vasnprintf-posix-tests @@ -24,5 +24,5 @@ Makefile.am: TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3 -test_vasnprintf_posix2_LDADD = $(LDADD) $(LIB_SETLOCALE) -test_vasnprintf_posix3_LDADD = $(LDADD) $(LIB_SETLOCALE) +test_vasnprintf_posix2_LDADD = $(LDADD) $(SETLOCALE_LIB) +test_vasnprintf_posix3_LDADD = $(LDADD) $(SETLOCALE_LIB) -- cgit v1.2.1