On 4 Sep 2002 [EMAIL PROTECTED] wrote:

>>> 
>>> Have hunch this is a bug in ext/sockets/config.m4.

Index: ext/sockets/config.m4
===================================================================
RCS file: /repository/php4/ext/sockets/config.m4,v
retrieving revision 1.10
diff -u -r1.10 config.m4
--- ext/sockets/config.m4       12 May 2002 17:28:12 -0000      1.10
+++ ext/sockets/config.m4       4 Sep 2002 14:27:07 -0000
@@ -12,8 +12,8 @@
   AC_TRY_COMPILE([
 #include <sys/types.h>
 #include <sys/socket.h>
-  ], [static struct msghdr tp; int n = (int) tp.msg_flags; return n],
-    [AC_DEFINE(MISSING_MSGHDR_MSGFLAGS, 1, [ ])]
+  ], [static struct msghdr tp; int n = (int) tp.msg_flags; return n], [ ],
+    [AC_DEFINE(MISSING_MSGHDR_MSGFLAGS, 1, [Whether struct msghdr has msg_flags])]
   )
   AC_DEFINE([HAVE_SOCKETS], 1, [ ])

-- 


Melvyn.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to