summaryrefslogtreecommitdiff
path: root/modules/iconv-h-c++-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-07 14:25:47 +0100
committerBruno Haible <bruno@clisp.org>2023-01-07 18:06:51 +0100
commitb89c6790f34d15003f94e2335958ad4e0a798dcb (patch)
tree0bf160770cc54dc2247119656331f76b4f0bcc45 /modules/iconv-h-c++-tests
parentc50044d6842e0477666ce58b2698f0685e008337 (diff)
downloadgnulib-b89c6790f34d15003f94e2335958ad4e0a798dcb.tar.gz
nanosleep: Rename LIB_NANOSLEEP to NANOSLEEP_LIB.
* m4/nanosleep.m4: Rename LIB_NANOSLEEP to NANOSLEEP_LIB. All uses changed. * NEWS: Mention the change.
Diffstat (limited to 'modules/iconv-h-c++-tests')
-rw-r--r--modules/iconv-h-c++-tests2
1 files changed, 1 insertions, 1 deletions
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