From 000d659ea2eb709bf99e27c4c76233032869294f Mon Sep 17 00:00:00 2001 From: milo Date: Sun, 20 Feb 2011 13:07:34 +0100 Subject: examples: Added a event context based sshd example. --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') 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) -- cgit v1.2.3