Don't check for stdbool.h (only used in capi.h)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2020-06-20 10:42:28 +02:00
parent d4cf77c92b
commit c1494fb710
3 changed files with 0 additions and 4 deletions

View File

@ -83,7 +83,6 @@ set(include_files_list
dlfcn.h
inttypes.h
memory.h
stdbool.h
stdint.h
stdlib.h
string.h

View File

@ -440,8 +440,6 @@ AC_HEADER_STDC
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([sys/ipc.h sys/shm.h])
# Enable use of system-defined bool type if available:
AC_HEADER_STDBOOL
# ----------------------------------------
# Check for programs needed to build documentation.

1
sw.cpp
View File

@ -206,7 +206,6 @@ void check(Checker &c)
s.checkIncludeExists("dlfcn.h");
s.checkIncludeExists("inttypes.h");
s.checkIncludeExists("memory.h");
s.checkIncludeExists("stdbool.h");
s.checkIncludeExists("stdint.h");
s.checkIncludeExists("stdlib.h");
s.checkIncludeExists("string.h");