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

cmake: Check for isblank().

This commit is contained in:
Andreas Schneider
2013-10-30 17:30:07 +01:00
parent 099b914fd9
commit cfea381307
3 changed files with 7 additions and 1 deletions

View File

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