From e98b02de5f925a76bfa70ca16388b87da804baa3 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 13 Oct 2012 02:40:48 +0000 Subject: [PATCH] configure: check for mprotect Signed-off-by: Mans Rullgard --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index d8a57284c9..86526393a5 100755 --- a/configure +++ b/configure @@ -1198,6 +1198,7 @@ HAVE_LIST=" mkstemp mm_empty mmap + mprotect msvcrt nanosleep poll_h @@ -3202,6 +3203,7 @@ check_func localtime_r check_func ${malloc_prefix}memalign && enable memalign check_func mkstemp check_func mmap +check_func mprotect check_func ${malloc_prefix}posix_memalign && enable posix_memalign check_func_headers malloc.h _aligned_malloc && enable aligned_malloc check_func setrlimit