summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-10-13 02:40:48 +0000
committerMans Rullgard <mans@mansr.com>2012-10-15 02:39:49 +0100
commite98b02de5f925a76bfa70ca16388b87da804baa3 (patch)
treead19497d560f8a3226373a5d7e1b80bad2a4a146
parentf9d732c26448a73711b9723ef3e4122038d454ff (diff)
configure: check for mprotect
Signed-off-by: Mans Rullgard <mans@mansr.com>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
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