configure: Remove macro AC_SYS_INTERPRETER

The macro sets interpval which is not used by Tesseract.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-07-19 08:29:09 +02:00
parent 0a4edf618a
commit 11d9d8e59a

View File

@ -403,9 +403,6 @@ AC_CHECK_HEADERS([limits.h malloc.h])
# Enable use of system-defined bool type if available:
AC_HEADER_STDBOOL
# Misc
AC_SYS_INTERPRETER
# ----------------------------------------
# Check for programs needed to build documentation.
# ----------------------------------------