summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2003-06-19 04:39:42 +0000
committerSterling Hughes <sterling@php.net>2003-06-19 04:39:42 +0000
commit651854a6dd8bb3efe886b76830014962b61f76a9 (patch)
tree1dae972803ce4ca6c480c46312dea8fa65fa31fa
parent7c6d87aef02fb33f7acace0218e2615713d27966 (diff)
downloadphp-git-651854a6dd8bb3efe886b76830014962b61f76a9.tar.gz
enable sockets by default.
-rw-r--r--ext/sockets/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/config.m4 b/ext/sockets/config.m4
index 1509dd80cb..178be6a237 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])
+[ --enable-sockets Enable sockets support], yes)
if test "$PHP_SOCKETS" != "no"; then
dnl Check for struct cmsghdr