From 81fa9e05fffe788cdec02b1f3f12612daa826c6b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 27 Feb 2015 14:18:01 -0800 Subject: wmem, unlike emem, doesn't use mmap(); remove some no-longer-needed checks. Change-Id: Ic9b57c7c7042fadf938bfa48a3aabe23ad33370f Reviewed-on: https://code.wireshark.org/review/7432 Reviewed-by: Guy Harris --- ConfigureChecks.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 62314dc62a..f1ae7f22ac 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -83,8 +83,6 @@ check_function_exists("getprotobynumber" HAVE_GETPROTOBYNUMBER) check_function_exists("inet_aton" HAVE_INET_ATON) 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("popcount" HAVE_POPCOUNT) -- cgit v1.2.1