summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-20 11:30:38 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-20 11:43:37 +0200
commit461e46b814a5b49ffaebd308ddb6ed886f2913fd (patch)
treeb15fe91fcb6d5613fc1956aa91b70ad2611f599f /ConfigureChecks.cmake
parent4f951461517f3c5430fa87c1594c5f8e6756662c (diff)
downloadlibssh-461e46b814a5b49ffaebd308ddb6ed886f2913fd.tar.gz
libssh-461e46b814a5b49ffaebd308ddb6ed886f2913fd.tar.xz
libssh-461e46b814a5b49ffaebd308ddb6ed886f2913fd.zip
Improve checks for Windows version and wspiapi.h.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 3a98758e..c2a2def4 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -23,6 +23,7 @@ endif(CMAKE_COMPILER_IS_GNUC)
# HEADER FILES
check_include_file(pty.h HAVE_PTY_H)
check_include_file(terminos.h HAVE_TERMIOS_H)
+check_include_file(wspiapi.h HAVE_WSPIAPI_H)
set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIRS})
check_include_file(openssl/aes.h HAVE_OPENSSL_AES_H)