From 1b37f4c5ef01eaa1fe5724ced0954ceba27fe5f2 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 22 Dec 2014 21:03:46 -0800 Subject: Cmake: check for popcount, and build it from wsutil/popcount.c if missing. Change-Id: Id646a9f0b1fc6acafa99a78725e3f0ec8a48c170 Reviewed-on: https://code.wireshark.org/review/6006 Reviewed-by: Guy Harris --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5c173eb004..03beda2232 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -86,6 +86,7 @@ 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) check_function_exists("setresgid" HAVE_SETRESGID) check_function_exists("setresuid" HAVE_SETRESUID) check_function_exists("strptime" HAVE_STRPTIME) -- cgit v1.2.1