diff options
-rw-r--r-- | ext/sockets/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4 index 178be6a237..1509dd80cb 100644 --- a/ext/sockets/config.m4 +++ b/ext/sockets/config.m4 @@ -3,7 +3,7 @@ dnl $Id$ 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 |