aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-08-31 23:11:52 +0000
committerJörg Mayer <jmayer@loplof.de>2009-08-31 23:11:52 +0000
commit19252353231a5bbba927f928bfaaee246d9d1263 (patch)
treec27cfeaafdfdf36e229ef057ba20aca27aae8eaa /ConfigureChecks.cmake
parent8bd7ebc6a1284b8ad90bdc5a9ba49ecdc08926f0 (diff)
Add check for HAVE_MKSTEMP to make build work again on
platforms that know about mkstemp(). svn path=/trunk/; revision=29645
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 4c17f58fbe..c9ac11ad4b 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -48,4 +48,5 @@ 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("mkstemp" HAVE_MKSTEMP)
check_function_exists("sysconf" HAVE_SYSCONF)