From 3943b5a215f4de6801dda56b63ddd582b175aed4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Jan 2023 14:48:31 +0100 Subject: sched_yield: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB. * m4/threadlib.m4: Rename LIB_SCHED_YIELD to SCHED_YIELD_LIB. All uses changed. * NEWS: Mention the change. --- modules/pthread-cond-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pthread-cond-tests') diff --git a/modules/pthread-cond-tests b/modules/pthread-cond-tests index 75a335d565..b104ae0651 100644 --- a/modules/pthread-cond-tests +++ b/modules/pthread-cond-tests @@ -13,4 +13,4 @@ configure.ac: Makefile.am: TESTS += test-pthread-cond check_PROGRAMS += test-pthread-cond -test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ +test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ -- cgit v1.2.1