diffseq: don’t worry about clang
[gnulib.git] / m4 / yield.m4
blob842313a0be8e05604e243eda67eed2088938f9bd
1 # yield.m4
2 # serial 5
3 dnl Copyright (C) 2005-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
8 AC_DEFUN([gl_YIELD],
10   AC_REQUIRE([gl_PTHREADLIB])
11   AC_REQUIRE([gl_THREADLIB])
13   if test $gl_threads_api = posix; then
14     YIELD_LIB="$SCHED_YIELD_LIB"
15   else
16     YIELD_LIB=
17   fi
18   AC_SUBST([YIELD_LIB])