dreid 01/07/06 23:53:16
Modified: . configure.in
Log:
Fix the _np lock define for beos...
Revision Changes Path
1.329 +4 -0 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- configure.in 2001/07/05 00:02:09 1.328
+++ configure.in 2001/07/07 06:53:16 1.329
@@ -1030,6 +1030,10 @@
# but we don't want to use it when we have native locks
lockcreatenp="0"
;;
+ *-beos*)
+ # This applies to beos as well
+ lockcreatenp="0"
+ ;;
esac
AC_SUBST(hasflockser)