dreid 02/01/11 04:41:36
Modified: . configure.in
Log:
BeOS really only has one way of creating shared memory, so we'll be using it
for both anonymous and named. Without this we fail to complete configure and
so can't build.
Revision Changes Path
1.395 +4 -0 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- configure.in 10 Jan 2002 00:15:22 -0000 1.394
+++ configure.in 11 Jan 2002 12:41:35 -0000 1.395
@@ -444,6 +444,10 @@
[havemmapanon="1"
APR_DECIDE(USE_SHMEM_MMAP_ANON,
[4.4BSD-style mmap() via MAP_ANON])])
+APR_IFALLYES(header:kernel/OS.h func:create_area,
+ [havebeosshm="1"
+ APR_DECIDE(USE_SHMEM_BEOS_ANON,
+ [BeOS areas])])
case $host in
*linux* )
dnl Linux has problems with MM_SHMT_MMANON even though it reports