From f4c7321fc4dddeee6729c8105d83ce5b284b53f0 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 1 Sep 2009 19:19:41 +0000 Subject: Check for mkdtemp() svn path=/trunk/; revision=29659 --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c9ac11ad4b..b8fb94bd2d 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -48,5 +48,6 @@ check_function_exists("inet_ntop" HAVE_INET_NTOP_PROTO) check_function_exists("issetugid" HAVE_ISSETUGID) check_function_exists("mmap" HAVE_MMAP) check_function_exists("mprotect" HAVE_MPROTECT) +check_function_exists("mkdtemp" HAVE_MKDTEMP) check_function_exists("mkstemp" HAVE_MKSTEMP) check_function_exists("sysconf" HAVE_SYSCONF) -- cgit v1.2.1