aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 23:11:52 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-08-31 23:11:52 +0000
commit2f07327f7ef9f2b25b4eb2feec5332cb52c09e09 (patch)
treec27cfeaafdfdf36e229ef057ba20aca27aae8eaa /ConfigureChecks.cmake
parent6d09b22f412d30225962b78710ba81753c5bf2d8 (diff)
Add check for HAVE_MKSTEMP to make build work again on
platforms that know about mkstemp(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29645 f5534014-38df-0310-8fa8-9805f1628bb7
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)