derick          Thu Jun 19 04:41:51 2003 EDT

  Modified files:              
    /php4/ext/sockets   config.m4 
  Log:
  - Correct stray commit
  
  
Index: php4/ext/sockets/config.m4
diff -u php4/ext/sockets/config.m4:1.13 php4/ext/sockets/config.m4:1.14
--- php4/ext/sockets/config.m4:1.13     Thu Jun 19 00:39:42 2003
+++ php4/ext/sockets/config.m4  Thu Jun 19 04:41:51 2003
@@ -1,9 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.13 2003/06/19 04:39:42 sterling Exp $
+dnl $Id: config.m4,v 1.14 2003/06/19 08:41:51 derick Exp $
 dnl
 
 PHP_ARG_ENABLE(sockets, whether to enable sockets support,
-[  --enable-sockets        Enable sockets support], yes)
+[  --enable-sockets        Enable sockets support])
 
 if test "$PHP_SOCKETS" != "no"; then
   dnl Check for struct cmsghdr



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to