aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-30 17:30:07 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-10-30 17:30:07 +0100
commitcfea3813071755c8a17985d8bae7447b30c95790 (patch)
tree3d6e5c35dc8fc64919715e44c096f1a009074efd /ConfigureChecks.cmake
parent099b914fd9e3859d170a4f1bdb21ef0ba994b6f8 (diff)
downloadlibssh-cfea3813071755c8a17985d8bae7447b30c95790.tar.gz
libssh-cfea3813071755c8a17985d8bae7447b30c95790.tar.xz
libssh-cfea3813071755c8a17985d8bae7447b30c95790.zip
cmake: Check for isblank().
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 1c89c4c7..e5233eeb 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -93,6 +93,7 @@ endif (NOT WITH_GCRYPT)
# FUNCTIONS
+check_function_exists(isblank HAVE_ISBLANK)
check_function_exists(strncpy HAVE_STRNCPY)
check_function_exists(vsnprintf HAVE_VSNPRINTF)
check_function_exists(snprintf HAVE_SNPRINTF)