From b14df297fa72a9c40a6548b11e70185877abe0de Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 3 Dec 2012 14:00:06 +0100 Subject: BUG 97: Fix strtoull() detection on serveral platforms. --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index dba176ed..b0485d98 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -139,6 +139,8 @@ if (UNIX) check_function_exists(cfmakeraw HAVE_CFMAKERAW) check_function_exists(ntohll HAVE_NTOHLL) check_function_exists(htonll HAVE_HTONLL) + check_function_exists(strtoull HAVE_STRTOULL) + check_function_exists(__strtoull HAVE___STRTOULL) endif (UNIX) set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries") -- cgit v1.2.1