diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-25 13:32:02 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-09-11 20:52:17 +0100 |
commit | d4a3a087466ba28620b72339c4b97c2ddd3c4176 (patch) | |
tree | 902929284f8e82f8018c7bdcb270aa441bfef917 /configure.ac | |
parent | 128f0c32d5e76aa44e74f8de547fb790e886d63e (diff) |
configure: Remove check for unused function, mprotect
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 2306e675c48bc00a8ca1f4545bb88c97d6ef4fa6)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9639bf07..806e51d8 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,6 @@ AM_CONDITIONAL(HAVE_GEN4ASM, test x$gen4asm = xyes) AC_HEADER_STDC AC_CHECK_HEADERS(sys/mman.h) -AC_CHECK_FUNCS(mprotect) AH_TOP([#include "xorg-server.h"]) |