mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-04 09:49:16 +08:00
Remove tests for function getline
The Tesseract code does not use getline. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
3a7f5e4de4
commit
4bbebd3f7e
@ -106,7 +106,6 @@ set(include_files_list
|
|||||||
check_includes(include_files_list)
|
check_includes(include_files_list)
|
||||||
|
|
||||||
set(functions_list
|
set(functions_list
|
||||||
getline
|
|
||||||
snprintf
|
snprintf
|
||||||
)
|
)
|
||||||
check_functions(functions_list)
|
check_functions(functions_list)
|
||||||
|
@ -407,8 +407,6 @@ AC_HEADER_STDBOOL
|
|||||||
AC_SYS_INTERPRETER
|
AC_SYS_INTERPRETER
|
||||||
AC_SYS_LARGEFILE
|
AC_SYS_LARGEFILE
|
||||||
|
|
||||||
AC_CHECK_FUNCS([getline])
|
|
||||||
|
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
# Check for programs needed to build documentation.
|
# Check for programs needed to build documentation.
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user