From cfea3813071755c8a17985d8bae7447b30c95790 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 30 Oct 2013 17:30:07 +0100 Subject: cmake: Check for isblank(). --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') 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) -- cgit v1.2.1