dreid 02/04/13 06:51:26
Modified: build apr_hints.m4
Log:
Beos locks are global.
Revision Changes Path
1.40 +1 -0 apr/build/apr_hints.m4
Index: apr_hints.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_hints.m4,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- apr_hints.m4 1 Apr 2002 21:50:45 -0000 1.39
+++ apr_hints.m4 13 Apr 2002 13:51:26 -0000 1.40
@@ -324,6 +324,7 @@
*beos*)
APR_ADDTO(CPPFLAGS, [-DBEOS])
PLATOSVERS=`uname -r`
+ APR_SETIFNULL(apr_process_lock_is_global, [yes])
case $PLATOSVERS in
5.0.4)
APR_ADDTO(LDFLAGS, [-L/boot/develop/lib/x86
-L/boot/beos/system/lib -lbind -lsocket])