mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
Don't check for stdbool.h (only used in capi.h)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
d4cf77c92b
commit
c1494fb710
@ -83,7 +83,6 @@ set(include_files_list
|
||||
dlfcn.h
|
||||
inttypes.h
|
||||
memory.h
|
||||
stdbool.h
|
||||
stdint.h
|
||||
stdlib.h
|
||||
string.h
|
||||
|
@ -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
1
sw.cpp
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user