aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-06-06 18:56:30 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-06-06 18:56:30 +0200
commit640e3830f295baae596cc34ec2fc79fc08807d0f (patch)
treebd41a63c93189aaadf29386b6b230ec60d30847f /ConfigureChecks.cmake
parent3fa801a9295e1adbfadcecfd193f3a84d307e64a (diff)
downloadlibssh-640e3830f295baae596cc34ec2fc79fc08807d0f.tar.gz
libssh-640e3830f295baae596cc34ec2fc79fc08807d0f.tar.xz
libssh-640e3830f295baae596cc34ec2fc79fc08807d0f.zip
build: Check for ntohll().
This function is available on AIX.
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 93634b16..0a555a9e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -119,6 +119,7 @@ if (UNIX)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)
check_function_exists(cfmakeraw HAVE_CFMAKERAW)
+ check_function_exists(ntohll HAVE_NTOHLL)
endif (UNIX)
set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries")