From b89c6790f34d15003f94e2335958ad4e0a798dcb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 14:25:47 +0100 Subject: nanosleep: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. * m4/nanosleep.m4: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. All uses changed. * NEWS: Mention the change. --- modules/iconv-h-c++-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/iconv-h-c++-tests') diff --git a/modules/iconv-h-c++-tests b/modules/iconv-h-c++-tests index cc41b11fc4..c7827da0c5 100644 --- a/modules/iconv-h-c++-tests +++ b/modules/iconv-h-c++-tests @@ -15,5 +15,5 @@ if ANSICXX TESTS += test-iconv-h-c++ check_PROGRAMS += test-iconv-h-c++ test_iconv_h_c___SOURCES = test-iconv-h-c++.cc -test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(LIB_NANOSLEEP) +test_iconv_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIBICONV) $(NANOSLEEP_LIB) endif -- cgit v1.2.1