From 01011fd7bd9916e66ce4d4d7caca973d30d42ad7 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 1 May 2015 19:20:39 -0400 Subject: icalcalendar - configure a mkdir() --- ConfigureChecks.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 178b2d0e..a032588e 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -22,6 +22,8 @@ check_function_exists(getpwent HAVE_GETPWENT) check_function_exists(gmtime_r HAVE_GMTIME_R) check_function_exists(isspace HAVE_ISSPACE) check_function_exists(iswspace HAVE_ISWSPACE) +check_function_exists(mkdir HAVE_MKDIR) +check_function_exists(_mkdir HAVE__MKDIR) #Windows check_function_exists(open HAVE_OPEN) #Unix check_function_exists(_open HAVE__OPEN) #Windows check_function_exists(setenv HAVE_SETENV) -- cgit v1.2.1