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:33:32 +0100
commitf8f6eb0ce616f414a2b38280fb76eb749be160af (patch)
tree46cb2f88cf57da23a33f3a98c4c1ddd018bbcd8d /ConfigureChecks.cmake
parent54f89af6d3fea2614aaf191de0837e6bccebcc3a (diff)
downloadlibssh-f8f6eb0ce616f414a2b38280fb76eb749be160af.tar.gz
libssh-f8f6eb0ce616f414a2b38280fb76eb749be160af.tar.xz
libssh-f8f6eb0ce616f414a2b38280fb76eb749be160af.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)