summaryrefslogtreecommitdiff
path: root/modules/stdio-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/stdio-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/stdio-c++-tests')
-rw-r--r--modules/stdio-c++-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/stdio-c++-tests b/modules/stdio-c++-tests
index 450a85c6d0..f13f22b8da 100644
--- a/modules/stdio-c++-tests
+++ b/modules/stdio-c++-tests
@@ -16,5 +16,5 @@ if ANSICXX
TESTS += test-stdio-c++
check_PROGRAMS += test-stdio-c++
test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
-test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(EUIDACCESS_LIBGEN) $(GETRANDOM_LIB)
+test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB) $(EUIDACCESS_LIBGEN) $(GETRANDOM_LIB)
endif