configuration

This commit is contained in:
Vitor Santos Costa
2018-02-21 13:17:35 +00:00
parent 3e71d171e7
commit ca92d8631b
8 changed files with 29 additions and 319 deletions

View File

@@ -98,6 +98,8 @@ check_include_file(winsock2.h HAVE_WINSOCK2_H)
check_include_file(winsock.h HAVE_WINSOCK_H)
check_include_file(wordexp.h HAVE_WORDEXP_H)
check_include_file(Python.h HAVE_PYTHON_H)
check_type_size("short int" SIZEOF_SHORT_INT)
check_type_size("int" SIZEOF_INT)
check_type_size("long int" SIZEOF_LONG)
@@ -391,7 +393,7 @@ git_describe(GIT_DESCRIBE)
include(TestSTDC)
if (WITH_READLINE)
check_include_files( "stdio.h;readline/readline.h" HAVE_READLINE_READLINE_H )
check_include_files( "stdio.h;readline/history.h" HAVE_READLINE_HISTORY_H )
check_function_exists( add_history HAVE_ADD_HISTORY )