summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2001-08-13 22:46:08 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2001-08-13 22:46:08 +0000
commitb27685679fc2f4e2ebb01b7e1551945efaf90c01 (patch)
treec2f5ed63aa6340d624ff2aca70d18d23a635ed01 /buildconf
parent9b23f28fb7cc537fc07d51c5a049f8993187503c (diff)
downloadapr-b27685679fc2f4e2ebb01b7e1551945efaf90c01.tar.gz
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
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf3
1 files changed, 2 insertions, 1 deletions
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