summaryrefslogtreecommitdiff
path: root/modules/yield
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-20 04:17:30 +0200
committerBruno Haible <bruno@clisp.org>2019-06-20 04:25:34 +0200
commit80d24481060742c00cfe83a6a772db3856d1e7cb (patch)
tree4e28bea4d7bdaa4431b20db143a803b620ba7213 /modules/yield
parent0894f96f89e0e44bdf2921e6cd51fca429bf9802 (diff)
downloadgnulib-80d24481060742c00cfe83a6a772db3856d1e7cb.tar.gz
threads-h: New module.
* lib/threads.in.h: New file. * m4/threads.m4: New file. * m4/yield.m4 (gl_YIELD): Update comment. * modules/threads-h: New file. * modules/yields (configure.ac): Use AC_REQUIRE. * doc/posix-headers/threads.texi: Mention the new module and the AIX bugs.
Diffstat (limited to 'modules/yield')
-rw-r--r--modules/yield2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/yield b/modules/yield
index 24ffcdd243..71e00ea73d 100644
--- a/modules/yield
+++ b/modules/yield
@@ -9,7 +9,7 @@ Depends-on:
threadlib
configure.ac:
-gl_YIELD
+AC_REQUIRE([gl_YIELD])
Makefile.am:
lib_SOURCES += glthread/yield.h