1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

build: Check for ntohll().

This function is available on AIX.
This commit is contained in:
Andreas Schneider
2011-06-06 18:56:30 +02:00
parent 3fa801a929
commit 640e3830f2
3 changed files with 8 additions and 2 deletions

View File

@ -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")