dreid 00/12/09 06:57:25
Modified: . hints.m4
Log:
OK, so apparently BeOS doesn't yet support files as socket (despite
being told it did) but they do say they're going to try and add it soon.
This fix is needed for building, but hopefully it'll be reversed soon.
Revision Changes Path
1.29 +1 -1 apr/hints.m4
Index: hints.m4
===================================================================
RCS file: /home/cvs/apr/hints.m4,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hints.m4 2000/12/01 14:00:53 1.28
+++ hints.m4 2000/12/09 14:57:25 1.29
@@ -323,7 +323,7 @@
APR_ADDTO(CPPFLAGS, [-I/boot/develop/headers/bone])
APR_ADDTO(LDFLAGS, [-nodefaultlibs -L/boot/develop/lib/x86
-L/boot/beos/system/lib])
APR_SETIFNULL(EXTRA_LIBS, [-lbind -lsocket -lbe -lroot])
- APR_SETIFNULL(file_as_socket, [1])
+ APR_SETIFNULL(file_as_socket, [0])
;;
default)
APR_SETIFNULL(file_as_socket, [0])