From b27685679fc2f4e2ebb01b7e1551945efaf90c01 Mon Sep 17 00:00:00 2001 From: Justin Erenkrantz Date: Mon, 13 Aug 2001 22:46:08 +0000 Subject: More fallout from MM's departure. - Fix buildconf to not build MM's configure - Add the line in apr.h.in for MAP_ANON mmap usage - Fix munmap to have the right parameters - Add APR_WANT_MEMFUNC to import memset in shmem.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62156 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index e86bd9135..a301989ef 100755 --- a/buildconf +++ b/buildconf @@ -101,6 +101,7 @@ echo "Creating configure ..." ### do some work to toss config.cache? autoconf -(cd shmem/unix/mm && autoconf) +# We do not currently use MM +#(cd shmem/unix/mm && autoconf) exit 0 -- cgit v1.2.1