configuration
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user