summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authormilo <milo@r0ot.me>2011-02-20 13:07:34 +0100
committermilo <milo@r0ot.me>2011-02-20 14:37:43 +0100
commit000d659ea2eb709bf99e27c4c76233032869294f (patch)
tree8eaf5333f858a388119ebd9a392eac23d5113180 /ConfigureChecks.cmake
parentddb1c1838f35818db92809d92c999a1352be5521 (diff)
downloadlibssh-000d659ea2eb709bf99e27c4c76233032869294f.tar.gz
libssh-000d659ea2eb709bf99e27c4c76233032869294f.tar.xz
libssh-000d659ea2eb709bf99e27c4c76233032869294f.zip
examples: Added a event context based sshd example.
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 fecfe340..28862b22 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -111,6 +111,7 @@ if (UNIX)
endif (HAVE_LIBRT)
endif (NOT LINUX)
+ check_library_exists(util forkpty "" HAVE_LIBUTIL)
check_function_exists(getaddrinfo HAVE_GETADDRINFO)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)