summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-13 22:46:08 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-08-13 22:46:08 +0000
commit82ef30b26cd6b560524a0f419ecd2f8e82a10848 (patch)
treec2f5ed63aa6340d624ff2aca70d18d23a635ed01 /buildconf
parent88ac9a6696e8e17bd5a94cdce51d244e5ecfbbd6 (diff)
downloadlibapr-82ef30b26cd6b560524a0f419ecd2f8e82a10848.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: http://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