summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index eead2d66be..33dd3b30f1 100755
--- a/configure
+++ b/configure
@@ -1344,6 +1344,7 @@ HAVE_LIST="
mkstemp
mm_empty
mmap
+ mprotect
msvcrt
nanosleep
PeekNamedPipe
@@ -3540,6 +3541,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