summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-24 23:42:44 +0200
committerBruno Haible <bruno@clisp.org>2022-09-25 00:46:37 +0200
commit2eb78f0716542854209a35d7ea5bd2d38ef32582 (patch)
tree74077a937e14daa11e244377d505dac114a7d80e /modules
parent699f559a3d30e7e0c8e20d546e25f2743f2569d1 (diff)
downloadgnulib-2eb78f0716542854209a35d7ea5bd2d38ef32582.tar.gz
stdbool: Don't #include a gnulib-generated stdbool.h from config.h.
* m4/c-bool.m4 (gl_C_BOOL): Check for stdbool.h and for _Bool. If stdbool.h does not exist, don't #include <stdbool.h> but instead put the substitute code into config.h.
Diffstat (limited to 'modules')
-rw-r--r--modules/stdbool1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/stdbool b/modules/stdbool
index 2e771a2336..664df5e0f8 100644
--- a/modules/stdbool
+++ b/modules/stdbool
@@ -3,6 +3,7 @@ A bool that is like C23.
Files:
m4/c-bool.m4
+m4/stdbool.m4
Depends-on:
c99